@import url('../vendor/fontawesome-free/css/all.css');

html[lang="en"] body {
    direction: ltr !important;
}


/* arabic */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Almarai/tssoApxBaigK_hnnS_antnqWow.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Almarai/tsstApxBaigK_hnnQ1iFow.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Almarai/tssoApxBaigK_hnnS-agtnqWow.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@media only screen and (max-width: 767px){
    html{
        /* font-size: 12px; */
    }
}

body {
    font-family: 'Almarai',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 300;
    color: #003073;
    text-align: initial;
}

.overflow-hidden{
    overflow: hidden;
}
a {
    color: #133576;
}
a:hover {
    color: #003073;
    text-decoration: none;
}

.svg-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.icon > svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0px;
}
input::-webkit-input-placeholder {
    color: #AFAFAF;
}
input::-moz-input-placeholder {
    color: #AFAFAF;
}
input::-ms-input-placeholder {
    color: #AFAFAF;
}
textarea::-webkit-input-placeholder {
    color: #AFAFAF;
}
textarea::-moz-input-placeholder {
    color: #AFAFAF;
}
textarea::-ms-input-placeholder {
    color: #AFAFAF;
}




.size-100{
    font-size: 100px;
}
@media only screen and (max-width: 1199px){
    .size-100{
        font-size: 80px;
    }
}
@media only screen and (max-width: 991px){
    .size-100{
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px){
    .h1,h1 {
        font-size: 1.5rem
    }

    .h2,h2 {
        font-size: 1.25rem;
    }

    .h3,h3 {
        font-size: 1.1rem
    }

    .h4,h4 {
        /* font-size: 0.9rem */
        font-size: 1rem
    }

    .h5,h5 {
        /* font-size: 0.7rem */
        font-size: 1rem
    }

    .h6,h6 {
        /* font-size: 0.6rem */
        font-size: 1rem
    }
    .size-100{
        font-size: 48px;
    }
}
@media only screen and (max-width: 575px) {
    .size-100{
        font-size: 36px;
    }
}

body .font-family-01{
    font-family: 'Almarai', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
body .font-family-02{
    font-family: 'Almarai', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
body .font-family-03{
    font-family: 'Almarai', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.datepicker{
    direction: rtl;
}
#Body > .main-wrapper{
    direction: rtl;
    background: url('../images/bg-top.png')top center no-repeat,url('../images/bg-bottom.png')bottom center no-repeat;
    background-size: 100% auto;

    /* background-size: contain; */
}
#Body > .main-wrapper.ltr{
    direction: ltr;
}
.main-header{
    position: relative;
}
.main-header.style-02 .position-absolute{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.main-header .Pc-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
}
@media only screen and (max-width: 991px){
    .main-header .Pc-header{
        display: none;
    }
}
.main-header .Pc-header .header-logo{
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-inline-end: 20px;
}
.main-header .Pc-header .header-logo img{
    max-width: 100%;
    max-height: 100%;
}
.main-header .Pc-header .header-cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-header .Pc-header .header-cont .header-tool{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.main-header .Pc-header .header-cont .header-tool .header-social{
    margin-inline-end: 20px;
    margin-block-end: 20px;
}
.main-header .Pc-header .header-cont .header-tool .header-btn{
    margin-block-end: 20px;
}
.main-header .Pc-header .header-cont .header-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;

    /* margin: 15px -15px 0; */
    margin: 15px -5px 0;
    padding: 0;
    list-style: none;

    color: #003073;
    font-size: 15px;
    line-height: 24px;
}
.main-header .Pc-header .header-cont .header-nav li{
    /* margin: 0 15px; */
    margin: 0 5px;
    padding: 0;
}
.main-header .Pc-header .header-cont .header-nav li .icon{
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.5em;
    line-height: 1;
    margin-inline-end: 15px;
}
.main-header .Pc-header .header-cont .header-nav li a{
    display: flex;
    align-items: center;
    padding: 10px 15px 13px;
    background: transparent;
    border-radius: 50px;

    color: #003073;
    text-decoration: none;

    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
.main-header .Pc-header .header-cont .header-nav li.active a,
.main-header .Pc-header .header-cont .header-nav li a:hover{
    color: #FFF;
    text-decoration: none;
    background: #003073;
}
.main-header .Pc-header .header-cont .header-tool .header-nav{
    margin-inline-end: 20px;
    margin-block-start: 0;
    margin-block-end: 20px;
}


.main-header .Pc-header .header-cont .button_group{
    display: flex;
    align-items: center;
}
.main-header .Pc-header .header-cont .button_group a{
    display: inline-block;
    margin-inline-end: 20px;
    padding: 10px 35px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 25px;
    background: #DBDEE5;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);

    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
.main-header .Pc-header .header-cont .button_group a:hover{
    color: #FFF;
    background: #003073;
}

.main-header .Mobile-header{
    display: none;
    justify-content: space-between;
    padding: 22px 0;
    max-height: 108px;
    align-items: center;
}
.main-header .Mobile-header .mobile_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    font-size: 20px;
    line-height: 1;
    z-index: 1;
}
.main-header .Mobile-header .header-logo{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 64px;
}
.main-header .Mobile-header .header-logo img{
    max-width: 100%;
    max-height: 100%;
}
.main-header .Mobile-header .header-cont .header-tool{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 30px;
}
.main-header .Mobile-header .header-cont .header-tool .header-social{
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.main-header .Mobile-header .header-cont .header-tool .header-btn{
    margin-bottom: 20px;
}

.main-header .Mobile-header .header-cont .header-nav{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;

    margin: 0 -15px;
    padding: 0;
    list-style: none;

    color: #003073;
    font-size: 16px;
    line-height: 24px;
}
.main-header .Mobile-header .header-cont .header-nav li{
    margin: 0 15px 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.main-header .Mobile-header .header-cont .header-nav li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.main-header .Mobile-header .header-cont .header-nav li .icon{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-inline-end: 15px;
}
.main-header .Mobile-header .header-cont .header-nav li .icon > svg{
    width: 1.444444em;
    height: 1.444444em;
}
.main-header .Mobile-header .header-cont .header-nav li a{
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #003073;
    text-decoration: none;

    border-radius: 50px;
    background: transparent;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;;
}
.main-header .Mobile-header .header-cont .header-nav li.active a,
.main-header .Mobile-header .header-cont .header-nav li a:hover{
    color: #FFF;
    background: #003073;
    text-decoration: none;
}

.main-header .Mobile-header .mobile_menu{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    padding: 0 0 30px;
    max-height: 100%;

    /* background-image: url('../images/bg-top.png')top center no-repeat,url('../images/bg-bottom.png')bottom center no-repeat; */
    background: url('../images/mobile-Menu-bg.png')  no-repeat;
    background-color: #FFF;
    background-size: cover;

    text-align: center;
    z-index: 1000;
    overflow: auto;
}
.main-header .Mobile-header .mobile_menu .mobile_menu_header{
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    padding: 22px 0;
    max-height: 108px;
    align-items: center;
}
.main-header .Mobile-header .mobile_menu .mobile_menu_close{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;

    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}
.main-header .Mobile-header .mobile_menu .button_group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header .Mobile-header .mobile_menu .button_group a{
    display: inline-block;
    margin: 0 20px 10px;
    padding: 10px 35px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 25px;
    background: #DBDEE5;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);

    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
.main-header .Mobile-header .mobile_menu .button_group a:hover{
    color: #FFF;
    background: #003073;
}
@media only screen and (max-width: 991px){
    .main-header .Mobile-header{
        display: flex;
    }
}
.main-header .header-logo .editTools{
    position: absolute;
    display: flex;
    z-index: 1;
    transform: translate3d(100%, 0, 0);
}
.main-header  .header-logo .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    transition: background 300ms ease-in-out;
}
.main-header  .header-logo .editTools a.del{
    background: #FF0000;
}
.main-header  .header-logo .editTools a:hover{
    background: #030F33;
}
.main-header  .header-logo .editTools a.del:hover{
    background: #670A0A;
}
@media only screen and (max-width: 1599px){
    .main-header .header-logo .editTools{
        position: relative;
        transform: translate3d(0, 0, 0);
        margin-inline-start: 20px;
    }
}


.main-footer{
    color: #656565;
}


/* color-accent */
body .color-default{
    color: #003073 !important;
}
body .color-accent {
    color: #A70940 !important;
}
body .color-accent2{
    color: #2B3F9D !important;
}
body .color-accent2{
    color: #1173FF;
}
body .color-accent3{
    color: #00ACFF;
}
body .color-accent4{
    color: #006AFF;
}

body .color-white {
    color: #FFFFFF !important;
}
body .color-black {
    color: #000 !important;
}
body .color-red {
    color: #FF0000 !important;
}
body .color-gray{
    color: #949494 !important;
}
body .color-lightGray{
    color: #AFAFAF !important;
}
body .color-dark{
    color: #3E3E3E;
}


.text-shadow{
    text-shadow: 6px 6px 6px rgba(0, 0, 0, .25);
}

.apexcharts-tooltip{
    direction: rtl;
}
.apexcharts-tooltip-marker{
    margin-inline-end: 10px;
    margin-inline-start: 0;
}

/* box shadow  */
.box-topShadow{
    position: absolute !important;
    left: 50%;
    bottom: 100%;
    width: 100%;
    height: 70px;
    overflow: hidden;

    z-index: 0 !important;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.box-topShadow::before {
    content: "";
    display: block;
    width: 95%;
    height: 200px;
    box-shadow: 0 0 20px #000;
    border-radius: 50%;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.box-topShadow.largeShadow::before {
    width: 180%;
}
.box-bottomShadow{
    position: absolute !important;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 70px;
    overflow: hidden;

    z-index: 0 !important;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.box-bottomShadow::before {
    content: "";
    display: block;
    width: 95%;
    height: 200px;
    box-shadow: 0 0 20px #000;
    border-radius: 50%;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.box-bottomShadow.largeShadow::before {
    width: 180%;
}


.box-leftShadow{
    position: absolute !important;

    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    overflow: hidden;
    z-index: 0 !important;
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}
.box-leftShadow::before {
    content: "";
    display: block;
    width: 200px;
    height: 95%;
    box-shadow: 0 0 20px #000;
    border-radius: 50%;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}
.box-leftShadow.largeShadow::before {
    height: 180%;
}


/* background-box */
.background-box{
    position: relative;
}
.background-box .maskLayer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.background-box .maskLayer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.background-box > * {
    position: relative;
    z-index: 2;
}


.background-box.style-02{
    padding: 0 43px;
}
.background-box.style-02 .maskLayer img{
    border-radius: 43px;
}


/* Content spacing */
.ContentSpacing{
    padding-bottom: 34%;
    min-height: 200px;
}

/* Title */
.title-01{
    position: relative;
}
.title-01 .title{
    color: #003073;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, .25);
}
.title-01 .title .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.title-02{
    position: relative;
}
.title-02 .title{
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #003073;
    line-height: 1;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, .25);
}

.title-03{
    position: relative;
}
.title-03 .title{
    display: flex;
    margin-bottom: 20px;
}
.title-03 .title .icon{
    margin-inline-end: 25px;
    color: #A70940;
    font-size: 1.2em;
    line-height: 1;
}


/* social-01 */
.social-01{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin:0 -5px -10px;
    padding: 0;
}
.social-01 li{
    margin: 0 5px 10px;
}

/* social-02 */
.social-02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin:0 -5px -10px;
    padding: 0;
}
.social-02 li{
    margin: 0 5px 10px;
}
.social-02 li a{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */

    transition: filter 300ms ease-in-out;
}
.social-02 li a:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
}


/* button */
body .button-01{
    display: inline-flex;
    align-items: center;

    padding: 10px 30px;

    color: #003073;
    font-size: 16px;
    line-height: 24px;

    font-family: 'Almarai';
    font-weight: normal;

    background-color: #DBDEE5;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
body .button-01 .icon{
    margin-inline-start: 15px;
    flex-shrink: 0;
}
body .button-01:hover{
    text-decoration: none;
}


body .button-02{
    display: inline-flex;
    align-items: center;

    padding: 7px 30px 12px;

    color: #FFF;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Almarai';
    font-weight: normal;

    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-image: linear-gradient(225deg, #0D1A4F 0%, #5061A1 40%, #030510 100%);

    /* transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, border 300ms ease-in-out; */
}
body .button-02 .icon{
    margin-inline-start: 15px;
    flex-shrink: 0;
    line-height: 1;
}
body .button-02:hover{
    color: #003073;
    background-image: linear-gradient( -180deg, #E3E3E3 0%, #E6E6E6 20%, #A7A7A7 100%);
    text-decoration: none;
}


body .button-03{
    position: relative;
    display: inline-block;
    padding: 7px 40px 12px;
    max-width: 100%;

    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Almarai';
    font-weight: normal;

    border: 1px solid #FFF;
    border-radius: 15px;
    background-color: #003073;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-03::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.4em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
body .button-03 .icon{
    display: inline-flex;
    margin-inline-end: 20px;
    font-size: 1.3em;
    line-height: 1;

    vertical-align: bottom;
}
body .button-03:hover{
    color: #003073;
    border: 1px solid #FFF;
    border-radius: 15px;
    background-color: #FFF;
}




body .button-04{
    position: relative;
    display: inline-block;
    padding: 9px 20px 10px 50px;
    max-width: 100%;

    color: #003073;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Almarai';
    font-weight: normal;

    border: 5px solid #FFF;
    border-radius: 15px;
    background-color: #C7CAD0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-04::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.4em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
body .button-04 .icon{
    margin-inline-end: 20px;
    font-size: 1.2em;
    line-height: 1;
}

body .button-04:hover{
    color: #FFF;
    border: 5px solid #003073;
    background-color: #003073;
}
@media only screen and (max-width: 767px) {
    body .button-04{
        padding: 5px 15px 5px 39px;
        font-size: 14px;
        line-height: 1.2;
        border-width: 3px;
    }
}



body .button-05{
    display: inline-block;
    padding: 9px 20px 11px 20px;
    max-width: 100%;

    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Almarai';
    font-weight: normal;

    border: 1px solid #FFF;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .50);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-05 .icon{
    margin-inline-start: 10px;
    line-height: 1;
    vertical-align: middle;
}

body .button-05:hover{
    color: #FFF;
    border: 1px solid #003073;
    background-color: #003073;
}


body .button-06{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px 5px;
    max-width: 100%;

    border: 1px solid #FFF;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .50);
}
body .button-06 .icon{
    margin-inline-end: 15px;
    color: #A70940;
    font-size: 36px;
    line-height: 1;
}
body .button-06 .cont{
    display: flex;
    flex-direction: column;
    text-align: initial;
}
body .button-06 .cont span{
    font-family: 'Almarai';
    font-weight: normal;
    line-height: 1.2;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
body .button-06 .cont .cont-top{
    color: #FFF;
    font-size: 12px;
}
body .button-06 .cont .cont-bottom{
    color: #A70940;
    font-size: 20px;
}


body .button-07{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px 20px 10px;
    max-width: 100%;

    color: #112862;
    font-size: 12px;
    font-family: 'Almarai';
    font-weight: normal;
    line-height: 1.2;

    border: 1px solid #92D8FA;
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-07 .icon{
    display: inline-flex;
    margin-inline-end: 15px;
    color: #000;
    font-size: 2em;
    line-height: 1;
    transition: color 300ms ease-in-out;
}
body .button-07 .cont span{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

body .button-07:hover{
    color: #FFF;
    background-color: #112862;
    border-color: #92D8FA;
}
body .button-07:hover .icon{
    color: #FFF;
}


body .button-08{
    display: inline-block;
    max-width: 100%;
    padding: 8px 20px 12px;
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    background-image: linear-gradient( -180deg, #C7C7C7 0%, #747474 100%);
    border-radius: 7px;
}
body .button-08 .icon{
    display: inline-block;
    margin-inline-end: 8px;
}
body .button-08:hover{
    color: #FFF;
    background-image: linear-gradient( 0deg, #C7C7C7 0%, #747474 100%);
}


body .button-09{
    display: inline-block;
    padding: 10px 20px;
    width: 100%;

    color: #112862;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Almarai';
    font-weight: normal;

    border: 1px solid #92D8FA;
    border-radius: 50px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-09 .icon{
    display: inline-flex;
    margin-inline-end: 10px;
    color: #000;
    font-size: 1.2em;
    line-height: 1;

    vertical-align: bottom;
    transition: color 300ms ease-in-out;
}

body .button-09:hover{
    color: #FFF;
    border: 1px solid #112862;
    background-color: #112862;
}
body .button-09:hover .icon{
    color: #FFF;
}


body .button-10{
    display: inline-block;
    padding: 0;
    max-width: 100%;

    color: #006AFF;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Almarai';
    font-weight: normal;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-10 .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 26px;
    height: 26px;

    color: #FFF;
    font-size: 1em;
    line-height: 1;
    background-color: #4863F0;
    border-radius: 26px;

    vertical-align: bottom;
    transition: background 300ms ease-in-out;
}
body .button-10:hover{
    color: #112862;
}
body .button-10:hover .icon{
    background: #112862;
}


body .button-11{
    display: inline-flex;
    align-items: center;
    margin: 0 0 5px;
    padding: 7px 21px;
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
body .button-11 .icon{
    margin-inline-end: 5px;
    font-size: 1em;
    line-height: 1;
}
body .button-11:hover{
    background: #10235D;
}



body .button-12{
    display: inline-block;
    padding: 9px 20px 10px;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    background-color: #A10909;
    border: 1px solid #707070;
    border-radius: 19px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-12:hover{
    background-color: #670A0A;
}


body .button-13{
    display: inline-block;
    padding: 9px 20px 10px;
    min-width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    background-color: #10235D;
    border: 1px solid #10235D;
    border-radius: 19px;


    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-13 .icon{
    display: inline-block;
    line-height: 1;
    margin-inline-end: 10px;
    vertical-align: middle;
}
body .button-13:hover{
    background-color: #030F33;
    border: 1px solid #030F33;
}

body .button-13.style-02{
    background-color: #4863F0;
    border: 1px solid #4863F0;
}
body .button-13.style-02:hover{
    background-color: #030F33;
    border: 1px solid #030F33;
}
body .button-13.style-03{
    background-color: #006AFF;
    border: 1px solid #006AFF;
}
body .button-13.style-03:hover{
    background-color: #003073;
    border: 1px solid #003073;
}


body .button-14{
    display: inline-block;
    padding: 9px 20px 10px;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    background-color: #0099FF;
    border: 1px solid #0099FF;
    border-radius: 19px;

    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-14 .icon{
    display: inline-block;
    line-height: 1;
    margin-inline-start: 10px;
    vertical-align: middle;
}
body .button-14:hover{
    background-color: #076592;
    border: 1px solid #076592;
}
body .button-14.style-02{
    background-color: #4863F0;
    border: 1px solid #4863F0;
}
body .button-14.style-02:hover{
    background-color: #030F33;
    border: 1px solid #030F33;
}
body .button-14.style-03{
    background-color: #10235D;
    border: 1px solid #10235D;
}
body .button-14.style-03:hover{
    background-color: #030F33;
    border: 1px solid #030F33;
}


body .button-15{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
body .button-15 .icon{
    margin-inline-end: 20px;
    font-size: 2em;
    line-height: 1;
    vertical-align: middle;
}
body .button-15:hover{
    background: #10235D;
}


body .button-16{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
body .button-16 .icon{
    margin-inline-end: 5px;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
}
body .button-16:hover{
    background: #10235D;
}



body .button-17{
    display: inline-block;
    padding: 10px 10px;
    width: 100%;

    text-align: center;
    color: #112862;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Almarai';
    font-weight: normal;

    border: 1px solid #92D8FA;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
body .button-17 .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 1em;
    line-height: 1;

    border-radius: 50%;
    background-color: #112862;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

body .button-17:hover{
    color: #FFF;
    border: 1px solid #112862;
    background-color: #112862;
}
body .button-17:hover .icon{
    color: #112862;
    background: #FFF;
}

/* nav */

.nav-style-01{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    padding: 0;
    list-style: none;

    color: #003073;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.nav-style-01 li{
    margin: 0 2px 5px;
}
.nav-style-01 li a{
    display: inline-block;
    padding: 10px 16px 14px;
    color: #003073;

    border: 1px solid transparent;
    border-top: none;
    border-radius: 0 0 22px 22px;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
.nav-style-01 li a .icon{
    position: relative;
    margin-inline-end: 15px;
    font-size: 1.2em;
}
.nav-style-01 li a .icon .count{
    position: absolute;
    right: -10px;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;

    color: #FFF;
    font-size: 14px;
    line-height: 1;
    background: #5670F7;
    border-radius: 20px;
    border: 1px solid #FFF;
}
.nav-style-01 li.active a,
.nav-style-01 li:hover a{
    color: #FFF;
    background: #003073;
    border-color: #707070;
}








/* List */
.list-noStyle{
    padding: 0;
    list-style: none;
}

.list-01{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-01 li{
    font-size: 22px;
    line-height: 32px;
}
.list-01 .icon{
    margin-inline-end: 15px;
    color: #A70940;
}



.list-02{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.list-02 li{
    display: flex;
    width: 100%;

    color: #133374;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.list-02 li .num{
    display: inline-block;
    margin-inline-end: 15px;
    color: #A70940;
}


.list-03{
    position: relative;
    display: flex;
    flex-wrap: wrap;

    margin: 0 0 0;
    padding: 0;
    list-style: none;
}
.list-03 li{
    margin-bottom: 10px;
    margin-inline-end: 20px;
    color: #AFAFAF;
    font-size: 20px;
    line-height: 30px;
}
.list-03 li .edit_btn,
.list-03 li .delete_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.list-03 li .edit_btn a,
.list-03 li .delete_btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 32px;
    height: 32px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    border-radius: 50%;

    overflow: hidden;

    text-decoration: none;
    transition: background 300ms ease-in-out;
}
.list-03 li .edit_btn a{
    background: #10235D;
    margin-inline-end: 2px;
}
.list-03 li .edit_btn a:hover{
    background: #030F33;
}
.list-03 li .delete_btn a{
    background: #FF0404;
}
.list-03 li .delete_btn a:hover{
    background: #670A0A;
}



/* grid box */
.grid-box-01{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;

    gap: 20px 20px;
}



/* tab */
.tab-01{
    position: relative;
    flex-direction: column;
    z-index: 1;
}
.tab-01 .tab-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3px;
    z-index: 2;
}
.tab-01 .tab-header .header-item{
    display: flex;
    align-items: center;
    padding: 6px 24px;
    margin-left: 77%;
    color: #A70940;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Almarai';
    font-weight: bold;

    background-image: none;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
}
.tab-01 .tab-header .header-item.active{
    background-image: linear-gradient(-180deg, #D5D3D3 0%, #ECECEC 40%, #EEEEEE 100%);
}
.tab-01 .tab-header .header-item .icon{
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
    color: #003073;
    font-size: 1.2em;
}
.tab-01 .tab-cont{
    position: relative;
}

.tab-01 .tab-cont .cont-wrap{
    display: none;
    position: relative;
    padding: 80px 80px 50px;
    width: 100%;
    border: 3px solid #FFFFFF;
    border-radius: 32px;
    background-image: linear-gradient(-180deg, #E3E3E3 0%, #E6E6E6 20%, #A7A7A7 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .50);
    z-index: 1;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.tab-01 .tab-cont .cont-wrap.active{
    display: flex;
}
.tab-01 .tab-cont .cont-wrap.active.show{
    opacity: 1;
}
.tab-01 .tab-cont .cont-wrap .cont-item{
    width: 100%;
}
@media only screen and (max-width: 991px){
    .tab-01 .tab-cont .cont-wrap{
        padding: 48px 48px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tab-01 .tab-cont .cont-wrap{
        padding: 20px 0px 10px;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
    }
    .tab-01 .tab-header .header-item{
        position: relative;
    }
    .tab-01 .tab-header .header-item::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
        background-color: transparent;
        border-radius: 6px 6px 0 0;
    }
    .tab-01 .tab-header .header-item.active{
        background-image: none;
    }
    .tab-01 .tab-header .header-item.active::after{
        background-color: #003073;
    }
}



.tab-02{
    position: relative;
    flex-direction: column;
    z-index: 1;
}
.tab-02 .tab-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3px;
    z-index: 2;
}
.tab-02 .tab-header .header-item{
    display: flex;
    align-items: center;
    padding: 6px 24px;
    color: #A70940;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Almarai';
    font-weight: bold;

    background-image: none;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
}
.tab-02 .tab-header .header-item.active{
    background-image: linear-gradient(-180deg, #D5D3D3 0%, #ECECEC 40%, #EEEEEE 100%);
}
.tab-02 .tab-header .header-item .icon{
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
    color: #003073;
}
.tab-02 .tab-cont{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.tab-02 .tab-cont .cont-wrap{
    display: none;
    position: relative;
    padding: 80px 80px 50px;
    width: 100%;
    z-index: 1;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.tab-02 .tab-cont .cont-wrap.active{
    display: flex;
}
.tab-02 .tab-cont .cont-wrap.active.show{
    opacity: 1;
}
.tab-02 .tab-cont .cont-wrap .cont-item{
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .tab-02 .tab-cont .cont-wrap{
        padding: 20px 30px 10px;
    }
    .tab-02 .tab-header .header-item{
        position: relative;
    }
    .tab-02 .tab-header .header-item::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
        background-color: transparent;
        border-radius: 6px 6px 0 0;
    }
    .tab-02 .tab-header .header-item.active{
        background-image: none;
    }
    .tab-02 .tab-header .header-item.active::after{
        background-color: #003073;
    }
}



.tab-03{
    position: relative;
    flex-direction: column;
    z-index: 1;
}
.tab-03 .tab-header{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 35px;
    z-index: 2;
}
.tab-03 .tab-header .header-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 24px;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Almarai';
    font-weight: bold;

    background-image: none;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
}
.tab-03 .tab-header .header-item::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: transparent;
    border-radius: 6px 6px 0 0;
}
.tab-03 .tab-header .header-item.active::after{
    background-color: #003073;
}
.tab-03 .tab-header .header-item .icon{
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
    color: #A70940;
    font-size: 2.0em;
}
.tab-03 .tab-header .header-item .cont{
    display: flex;
    flex-direction: column;
}
.tab-03 .tab-header .header-item .cont-top{
    font-size: 0.88em;
    color: #A70940;
}
.tab-03 .tab-cont{
    position: relative;
}

.tab-03 .tab-cont .cont-wrap{
    display: none;
    position: relative;
    padding: 40px;
    width: 100%;
    border-radius: 35px 35px 0 0;
    background-image: linear-gradient(-180deg, #FFF 0%, #FFF 20%, transparent 100%);
    z-index: 1;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.tab-03 .tab-cont .cont-wrap.active{
    display: flex;

}
.tab-03 .tab-cont .cont-wrap.active.show{
    opacity: 1;
}
.tab-03 .tab-cont .cont-wrap .cont-item{
    width: 100%;
    background-image: url('../images/tab03-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media only screen and (max-width: 991px){
    .tab-03 .tab-cont .cont-wrap{
        padding: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .tab-03 .tab-header{
        padding: 0;
    }
    .tab-03 .tab-cont .cont-wrap{
        padding: 20px 0px 10px;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
    }
}



.tab-04{
    position: relative;
    flex-direction: column;
    z-index: 1;
}
.tab-04 .tab-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tab-04 .tab-wrap .tab-title{
    position: relative;
}
.tab-04 .tab-wrap .tab-title .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    padding-bottom: 20px;
    color: #00ACFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.tab-04 .tab-wrap .tab-title .title .titleShadow{
    position: absolute !important;
    left: 50%;
    top: calc( 100% - 10px );
    width: 100%;
    height: 70px;
    overflow: hidden;

    z-index: 0 !important;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.tab-04 .tab-wrap .tab-title .title .titleShadow::before {
    content: "";
    display: block;
    width: 300%;
    height: 200px;
    box-shadow: 0 0 12px #000;
    border-radius: 50%;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.tab-04 .tab-wrap .tab-title .title .icon{
    margin-inline-end: 15px;
    font-size: 1.5em;
    line-height: 1;
}
.tab-04 .tab-header-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-grow: 1;
}
.tab-04 .tab-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    z-index: 2;
}
.tab-04 .tab-header .headerShadow{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;

    z-index: 0;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.tab-04 .tab-header .headerShadow::before {
    content: "";
    display: block;
    width: 95%;
    width: 180%;
    height: 200px;
    box-shadow: 0 0 20px #000;
    border-radius: 50%;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.tab-04 .tab-header .header-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 24px;
    color: #00ACFF;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Almarai';
    font-weight: normal;

    background-image: none;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
    z-index: 1;
}
.tab-04 .tab-header .header-item.active{
    color: #003073;
    background-image: linear-gradient(-180deg, #0099FF 0%, #FFFFFF 40%, #FFFFFF 100%);
}

.tab-04 .tab-header .header-item::after{
    content: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: transparent;
    border-radius: 6px 6px 0 0;
}
.tab-04 .tab-header .header-item.active::after{
    background-color: #003073;
}
.tab-04 .tab-mobile-header{
    display: none;
    position: relative;
    width: 240px;
    height: 50px;

    color: #00ACFF;
    font-size: 20px;
    line-height: 48px;
}
.tab-04 .tab-mobile-header .set{
    position: relative;
	display:block;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
	border:1px solid #AAAAAA;
    border-radius: 15px;
    background: #FFF;
    cursor: pointer;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab-04 .tab-mobile-header .set::before{
    content: "\f078";

    -webkit-font-smoothing: antialiased;
    display: inline-block;

    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.tab-04 .tab-mobile-header .set.select{
    border-radius: 15px 15px 0 0;
    border-bottom-color: transparent;
}
.tab-04 .tab-mobile-header .set.select::before{
    content: "\f077";
}
.tab-04 .tab-mobile-header .option{
    position:absolute;
    display:none;
	margin:0;
	padding:0;
    width: 100%;
	list-style:none;

    border:1px solid #AAAAAA;
    border-top: transparent;
    background: #FFF;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}
.tab-04 .tab-mobile-header .option li{
    margin: 0 10px;
    font-size: 22px;
	line-height: 46px;
    border-top: 1px solid #707070;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.tab-04 .tab-cont{
    position: relative;
    /* background-color: #FFF;
    background-image: linear-gradient(-180deg, #FFF 0%, transparent 20%, transparent 100%); */
}

.tab-04 .tab-cont .cont-wrap{
    display: none;
    position: relative;
    padding: 20px 0;
    width: 100%;
    z-index: 1;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.tab-04 .tab-cont .cont-wrap.active{
    display: flex;
}
.tab-04 .tab-cont .cont-wrap.active.show{
    opacity: 1;
}
.tab-04 .tab-cont .cont-wrap .cont-item{
    width: 100%;
}
@media only screen and (max-width: 991px){
    .tab-04 .tab-cont .cont-wrap{
        padding: 48px 48px 30px;
    }
    .tab-04 .tab-header-box{
        align-items: center;
    }
    .tab-04 .tab-header{
        display: none;
    }
    .tab-04 .tab-mobile-header{
        display: block;
        margin: 10px 0;
        width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .tab-04 .tab-cont .cont-wrap{
        padding: 20px 0px 10px;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.tab-05{
    position: relative;
    flex-direction: column;
    z-index: 1;
}
.tab-05 .tab-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tab-05 .tab-wrap .tab-title{
    position: relative;
}
.tab-05 .tab-wrap .tab-title .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    color: #00ACFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.tab-05 .tab-wrap .tab-title .title .icon{
    margin-inline-end: 15px;
    font-size: 2em;
    line-height: 1;
}

.tab-05 .tab-header-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-inline-end: 30px;
}
.tab-05 .tab-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.tab-05 .tab-header .headerShadow{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;

    z-index: 0;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.tab-05 .tab-header .headerShadow::before {
    content: "";
    display: block;
    width: 95%;
    width: 180%;
    height: 200px;
    box-shadow: 0 0 20px #000;
    border-radius: 50%;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.tab-05 .tab-header .header-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 24px;
    color: #00ACFF;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Almarai';
    font-weight: normal;

    background-image: none;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
    z-index: 1;
}
.tab-05 .tab-header .header-item.active{
    color: #003073;
    background-image: linear-gradient(-180deg, #0099FF 0%, #FFFFFF 40%, #FFFFFF 100%);
}

.tab-05 .tab-mobile-header{
    display: none;
    position: relative;
    width: 240px;
    height: 50px;

    color: #00ACFF;
    font-size: 20px;
    line-height: 48px;
}
.tab-05 .tab-mobile-header .set{
    position: relative;
	display:block;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
	border:1px solid #AAAAAA;
    border-radius: 15px;
    background: #FFF;
    cursor: pointer;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab-05 .tab-mobile-header .set::before{
    content: "\f078";

    -webkit-font-smoothing: antialiased;
    display: inline-block;

    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.tab-05 .tab-mobile-header .set.select{
    border-radius: 15px 15px 0 0;
    border-bottom-color: transparent;
}
.tab-05 .tab-mobile-header .set.select::before{
    content: "\f077";
}
.tab-05 .tab-mobile-header .option{
    position:absolute;
    display:none;
	margin:0;
	padding:0;
    width: 100%;
	list-style:none;

    border:1px solid #AAAAAA;
    border-top: transparent;
    background: #FFF;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}
.tab-05 .tab-mobile-header .option li{
    margin: 0 10px;
    font-size: 22px;
	line-height: 46px;
    border-top: 1px solid #707070;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.tab-05 .tab-header-sort{
    position: relative;
}
.tab-05 .tab-header-sort a{
    display: inline-block;
    margin: 0 5px;
}




.tab-05 .tab-cont{
    position: relative;
    /* background-color: #FFF;
    background-image: linear-gradient(-180deg, #FFF 0%, transparent 20%, transparent 100%); */
}

.tab-05 .tab-cont .cont-wrap{
    display: none;
    position: relative;
    padding: 20px 0;
    width: 100%;
    z-index: 1;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.tab-05 .tab-cont .cont-wrap.active{
    display: flex;
}
.tab-05 .tab-cont .cont-wrap.active.show{
    opacity: 1;
}
.tab-05 .tab-cont .cont-wrap .cont-item{
    width: 100%;
}
@media only screen and (max-width: 991px){
    .tab-05 .tab-cont .cont-wrap{
        padding: 48px 48px 30px;
    }
    .tab-05 .tab-header-box{
        margin-inline-end: 0;
    }
    .tab-05 .tab-header{
        display: none;
    }
    .tab-05 .tab-mobile-header{
        display: block;
        width: 220px;
    }
    .tab-05 .tab-header-sort{
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tab-05 .tab-cont .cont-wrap{
        padding: 20px 0px 10px;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
    }
}

/* input-box */
.input-box-01{
    position: relative;
}
.input-box-01 input{
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.input-box-01 input:focus{
    outline: none;
}

.input-box-02{
    position: relative;
}
.input-box-02 input{
    display: block;
    width: 100%;
    padding: 12px 50px 12px 20px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.input-box-02 input:focus{
    outline: none;
}
.input-box-02 .icon{
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #003073;
    font-size: 30px;
    line-height: 1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 300ms ease-in-out;
}
.input-box-02 .icon img{
    max-width: 100%;
    max-height: 100%;
}
.input-box-02 input:focus + .icon{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.input-box-03{
    position: relative;
}
.input-box-03 input{
    display: block;
    width: 100%;
    padding: 12px 20px 12px 140px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.input-box-03 input:focus{
    outline: none;
}
.input-box-03 .input-btn{
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 130px;
}
.input-box-03 .input-btn a{
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #00ACFF;
    border-radius: 10px;
    transition: background 300ms ease-in-out;
}
.input-box-03 .input-btn a:hover{
    background-color: #076592;
    transition: background 300ms ease-in-out;
}


.input-box-04{
    position: relative;
    display: flex;
    align-items: center;
}
.input-box-04 input{
    display: block;
    margin-inline-end: 10px;
    width: 100%;
    padding: 12px 20px 12px 20px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.input-box-04 input:focus{
    outline: none;
}
.input-box-04 .input-btn{
    position: relative;
    min-width: 140px;
}
.input-box-04 .input-btn a{
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #00ACFF;
    border-radius: 10px;

    transition: background 300ms ease-in-out;
}
.input-box-04 .input-btn a:hover{
    background-color: #076592;
}

.input-box-04 .editTools{
    display: inline-flex;
    vertical-align: middle;
    z-index: 1;
}
.input-box-04 .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
}
.input-box-04 .editTools a.del{
    background: #FF0000;
}


@media only screen and (max-width: 767px){
    .input-box-04{
        flex-wrap: wrap;
    }
    .input-box-04 .input-btn{
        margin-top: 10px;
    }
    .input-box-04 .editTools{
        margin-top: 10px;
    }
}


.input-box-05{
    position: relative;
}
.input-box-05 input{
    display: block;
    width: 100%;
    padding: 12px 80px 12px 90px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid rgba(71, 99, 240, 0.5);
    border-radius: 12px;
    background-color: #FFF;
}
.input-box-05 input:focus{
    outline: none;
}
.input-box-05 .input-title{
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #000000;
    font-weight: normal;
}
.input-box-05 .input-btn{
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 80px;
}
.input-box-05 .input-btn a{
    display: inline-block;
    padding: 5px 10px;
    width: 100%;

    color: rgba(204, 204, 204, 0.9);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    transition: color 300ms ease-in-out;
}
.input-box-05 .input-btn a i{
    font-size: 0.8em;
    line-height: 1;
}
.input-box-05 .input-btn a:hover{
    color: #000;
}



.input-box-06{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.input-box-06 .tag{
    position: relative;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-inline-end: 15px;
    padding: 0px 15px;
    background: #EFEFEF;
    border: 1px solid #707070;
    border-radius: 5px;
}
.input-box-06 .tag .del{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    background: #F04848;
    transform: translate3d(-35%,-35%,0);
}
.input-box-06 .addBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 15px;
    width: 2em;
    height: 2em;

    color: #fff;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    background: #4863F0;
    border-radius: 50%;

}
.input-box-06 input{
    display: inline-block;
    border: none;
    flex-grow: 1;
    width: 0%;
    min-width: 120px;
}
.input-box-06 input:focus{
    outline: none;
}






/* select-box */
.select-box-01{
    position: relative;
    width: 100%;
    height: 50px;

    color: #000;
    font-size: 20px;
    line-height: 48px;
}
.select-box-01 select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    position: relative;
	display:block;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 20px;
    color: #AFAFAF;
    font-size: 20px;
    line-height: 28px;
	border:1px solid #AAAAAA;
    border-radius: 15px;
    background: #FFF;
    cursor: pointer;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    background-image: url(../images/form-box-arrow.png);
    background-position: left 15px center;
    background-repeat: no-repeat;

    outline: none;
}
.select-box-01 select.active{
    color: #000;
}
.select-box-01 select::-ms-expand {
    display: none;
}
.select-box-01 select option{
    color: #000;
}


.select-box-02{
    position: relative;
    width: 100%;

    height: 32px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
}
.select-box-02 select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    position: relative;
	display:block;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
	border:1px solid #AAAAAA;
    border-radius: 5px;
    color: #FFF;
    background: #FF0000;
    cursor: pointer;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    background-image: url(../images/form-box-arrow-white.png);
    background-position: left 15px center;
    background-repeat: no-repeat;

    outline: none;
}
.select-box-02 select::-ms-expand {
    display: none;
}



.select2-box-01 .select2-container{
    width: 100% !important;
}
.select2-box-01 .select2-container .select2-selection--single{
    color: #000;
    font-size: 20px;
    line-height: 48px;
    height: 50px;
    border-radius: 15px;

    background-image: url(../images/form-box-arrow.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.select2-box-01 .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
    line-height: 48px;
}
.select2-box-01 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-right: 20px;
    padding-left: 50px;
}
.select2-results__option{
    padding-right: 20px;
}
.select2-search--dropdown .select2-search__field{
    padding: 10px 15px;
}
.select2-box-01 .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}


.cvs-box-01{
    position: relative;
    display: flex;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #707070;
}
.cvs-box-01 > .cvs-pic{
    position: relative;
    flex-shrink: 0;
    margin-inline-end: 15px;
}
.cvs-box-01 > .cvs-pic img{
    max-width: 100%;
}
.cvs-box-01 > .cvs-pic .del_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    border-radius: 50%;
    background-color: #FF0000;
}
.cvs-box-01 > .cvs-main{
    flex-grow: 1;
    position: relative;
    margin-top: 10px;
}
.cvs-box-01 > .cvs-main .item-header{
    display: flex;
    /* flex-wrap: wrap; */
}
.cvs-box-01 > .cvs-main .item-header .item-btn{
    flex-shrink: 0;
    margin-inline-end: 15px;
}
.cvs-box-01 > .cvs-main .item-header .item-btn a{
    display: inline-block;
    padding: 2px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;

    border-radius: 5px;
    background-color: #00ACFF;
    transition: background 300ms ease-in-out;
}

.item-btn-static{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 7px 24px 10px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.item-btn-static::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.item-btn-static:hover{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgb(0 0 0 / 16%);
}

.item-btn-static a{
    display: inline-block;
    padding: 2px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;

    border-radius: 5px;
    background-color: #00ACFF;
    transition: background 300ms ease-in-out;
}

.item-btn-static a .icon{
    margin-inline-end: 10px;
}
.item-btn-static a:hover{
    background: #10235D;
}

.cvs-box-01 > .cvs-main .item-header .item-btn a .icon{
    margin-inline-end: 10px;
}
.cvs-box-01 > .cvs-main .item-header .item-btn a:hover{
    background: #10235D;
}

.cvs-box-01 > .cvs-main .item-cont{
    position: relative;
    margin: 10px 0;
    color: #112862;
    font-size: 15px;
    line-height: 20px;
}
.cvs-box-01 > .cvs-main .item-cont p:last-child{
    margin-bottom: 0;
}
.cvs-box-01 > .cvs-main .item-cont .job{
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
}
.cvs-box-01 > .cvs-main .item-cont .experience{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}
.cvs-box-01 > .cvs-main .item-cont .title{
    margin-top: 20px;
    color: #A70940;
}
@media only screen and (max-width: 767px) {
    .cvs-box-01{
        flex-wrap: wrap;
    }
    .cvs-box-01 > .cvs-pic,
    .cvs-box-01 > .cvs-main{
        width: 100%;
    }
    .cvs-box-01 > .cvs-main{
        margin-top: 20px;
    }
}



.cvs-box-01 > .cvs-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.cvs-box-01 > .cvs-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 7px 24px 10px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.cvs-box-01 > .cvs-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.cvs-box-01 > .cvs-footer .item-btn:hover{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgb(0 0 0 / 16%);
}

/* calender box */
.calender-box-01{
    position: relative;
}
.calender-box-01 input{
    display: block;
    width: 100%;
    padding: 12px 20px 12px 55px;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 17px;
    background-color: #FFF;
}
.calender-box-01 input:focus{
    outline: none;
}
.calender-box-01 .icon{
    position: absolute;
    left: 18px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    color: #00ACFF;
    font-size: 30px;
    line-height: 1;

    pointer-events: none;
}
.calender-box-01 .icon img{
    max-width: 100%;
    max-height: 100%;
}


/* textarea box */
.textarea-box-01{
    position: relative;
}
.textarea-box-01 textarea{
    display: block;
    padding: 20px 20px;

    width: 100%;
    font-size: 22px;
    line-height: 30px;

    border-radius: 17px;
    border: 1px solid #959595;
}
.textarea-box-01 textarea:focus{
    outline: none;
}





/* form-box */
.form-box-01{
    position: relative;
    display: flex;
    margin: 0 -6px;
}
.form-box-01 .form-wrap{
    flex-grow: 1;
    flex-basis: 0%;
    display: flex;
}
.form-box-01 .form-item{
    flex-grow: 1;
    flex-basis: 0%;
    margin: 0 6px 10px;
}
.form-box-01 .form-item input,
.form-box-01 .form-item select{
    width: 100%;
    padding: 5px 15px;
    height: 48px;
    font-size: 17px;
    line-height: 28px;

    background-color: #FFF;
    border: 1px solid #676767;
    border-radius: 15px;
    outline: none;
}
.form-box-01 .form-item select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-box-01 .form-item select{
    padding-inline-end: 50px;

    background-image: url('../images/form-box-arrow.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.form-box-01 .form-btn{
    flex-shrink: 0;
    margin: 0 6px 10px;
}
@media only screen and (max-width: 1399px) {
    .form-box-01 .form-item input,
    .form-box-01 .form-item select{
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .form-box-01{
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .form-box-01 .form-wrap{
        flex-wrap: wrap;
    }
    .form-box-01 .form-item{
        flex-basis: 100%;
    }

    .form-box-01.warp_btn{
        flex-wrap: wrap;
    }
    .form-box-01.warp_btn .form-wrap{
        width: 100%;
    }
    .form-box-01.warp_btn .form-btn{
        width: 100%;
    }
}



.form-box-02{
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 0 -6px;
}
.form-box-02 .form-wrap{
    flex-grow: 1;
    flex-basis: 0%;
    display: flex;
    flex-wrap: wrap;
}
.form-box-02 .form-item{
    position: relative;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 0 6px 10px;
}
.form-box-02 .form-item .icon{
    position: absolute;
    right: 25px;
    top: 50%;
    width: 1em;
    height: 1em;
    font-size: 18px;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}
.form-box-02 .form-item .icon img{
    max-width: 100%;
    max-height: 100%;
}
.form-box-02 .form-item input,
.form-box-02 .form-item select{
    width: 100%;
    padding: 5px 30px;
    height: 48px;
    font-size: 17px;
    line-height: 28px;

    background-color: #FFF;
    border: 1px solid #676767;
    border-radius: 15px;
    outline: none;
}
.form-box-02 .form-item .icon + input,
.form-box-02 .form-item .icon + select{
    padding-right: 60px;
}

.form-box-02 .form-item select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-box-02 .form-item select{
    padding-inline-end: 50px;

    background-image: url('../images/form-box-arrow.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.form-box-02 .form-btn{
    flex-shrink: 0;
    margin: 0 6px 10px;
}
@media only screen and (max-width: 1399px) {
    .form-box-02 .form-item input,
    .form-box-02 .form-item select{
        font-size: 13px;
        line-height: 28px;
    }
}



.form-box-03{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -6px;
}
.form-box-03 .form-wrap{
    flex-grow: 1;
    flex-basis: 0%;
    display: flex;
}
.form-box-03 .form-item{
    flex-grow: 1;
    flex-basis: 0%;
    margin: 0 6px 10px;
}
.form-box-03 .form-item input,
.form-box-03 .form-item select{
    width: 100%;
    padding: 5px 30px;
    height: 56px;
    font-size: 17px;
    line-height: 28px;

    background-color: #FFF;
    border: 1px solid #676767;
    border-radius: 15px;
    outline: none;
}
.form-box-03 .form-item select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-box-03 .form-item select{
    padding-inline-end: 50px;

    background-image: url('../images/form-box-arrow.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.form-box-03 .form-btn{
    flex-shrink: 0;
    margin: 0 6px 10px;
}
@media only screen and (max-width: 1399px) {
    .form-box-03 .form-item input,
    .form-box-03 .form-item select{
        font-size: 13px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .form-box-03 .form-wrap{
        flex-wrap: wrap;
        width: 100%;
    }
    .form-box-03 .form-btn{
        width: calc( 100% - 12px );
    }
    .form-box-03 .form-btn [class^="button-"]{
        width: 100%;
    }
    .form-box-03 .form-item{
        flex-basis: 100%;
    }
}


.form-box-04{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.form-box-04 .form-wrap{
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}
.form-box-04 .form-item{
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 0 0 20px;
}
.form-box-04 .form-item.required::before{
    content: '*';
    position: absolute;
    top: calc( 50% + 10px );
    right: 25px;

    color: #A70940;
    transform: translate3d(0, -50%, 0);

    font-size: 36px;
    line-height: 1;
    z-index: 1;
}
.form-box-04 .form-item .info{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;


}
.form-box-04 .form-item .info a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: 20px;
    width: 40px;
    height: 40px;
    padding: 5px;

    color: #FFF;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    background: #4C5C99;
    border-radius: 50%;
}
.form-box-04 .form-item p:last-child{
    margin-bottom: 0;
}
.form-box-04 .form-item input,
.form-box-04 .form-item select{
    position: relative;
    width: 100%;
    padding: 5px 30px;
    height: 54px;
    font-size: 17px;
    line-height: 28px;

    background-color: #FFF;
    border: 1px solid #676767;
    border-radius: 15px;
    outline: none;
}
.form-box-04 .form-item select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-box-04 .form-item select{
    padding-inline-end: 50px;

    background-image: url('../images/form-box-arrow.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.form-box-04 .form-btn{
    flex-shrink: 0;
    margin: 0 0 10px;
}
@media only screen and (max-width: 1399px) {
    .form-box-04 .form-item input,
    .form-box-04 .form-item select{
        font-size: 13px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .form-box-04{
        align-items: flex-end;
    }

    .form-box-04 .form-wrap{
        flex-wrap: wrap;
    }
    .form-box-04 .form-item{
        flex-basis: 100%;
    }
}


.form-box-05{
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 0 -3px;
}
.form-box-05 .form-wrap{
    flex-grow: 1;
    flex-basis: 0%;
    display: flex;
    flex-wrap: wrap;
}
.form-box-05 .form-item{
    position: relative;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 0 3px 10px;
}
.form-box-05 .form-item input,
.form-box-05 .form-item select{
    width: 100%;
    padding: 5px 25px;
    height: 40px;
    font-size: 16px;
    line-height: 21px;
    background-color: #FFF;
    border: 1px solid #AAAAAA;
    border-radius: 7px;
    outline: none;
}
.form-box-05 .form-item .icon + input{
    padding-right: 60px;
}

.form-box-05 .form-btn{
    flex-shrink: 0;
    margin: 0 3px 10px;
}



.form-box-06{
    position: relative;
}
.form-box-06 .form-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form-box-06 .form-header .title{
    font-size: 18px;
    line-height: 24px;
}
.form-box-06 .form-wrap{
    display: flex;
    flex-direction: column;
}
.form-box-06 .form-wrap .form-item{
    margin-bottom: 6px;
    width: 100%;
}
.form-box-06 .form-wrap .form-item .select-box-01{
    height: 40px;
    color: #003073;
    font-size: 16px;
    line-height: 40px;
}
.form-box-06 .form-wrap .form-item .select-box-01 select{
    border-radius: 7px;
}
/* .form-box-06 .form-wrap .form-item .select-box-01 .set{
    border-radius: 7px;
}
.form-box-06 .form-wrap .form-item .select-box-01 .set.select{
    border-radius: 7px 7px 0 0;
}
.form-box-06 .form-wrap .form-item .select-box-01 .option{
    border-radius: 0 0 7px 7px;
}
.form-box-06 .form-wrap .form-btn{
    margin-top: 6px;
} */
.form-box-06 .checkbox-01 .item-input[type=checkbox]:checked::after{
    border-color: #003073;
    background-color: #003073;
}




.form-box-07{
    position: relative;
}
.form-box-07 > .title{
    margin-bottom: 15px;
    color: #003073;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.form-box-07 > .title > .icon{
    display: inline-block;
    margin-inline-start: 5em;
    width: 3.6em;
    height: 3.6em;
    color: #FFF;
    font-size: 0.4em;
    line-height: 3.6em;
    border-radius: 3.6em;
    background-color: #003073;
    text-align: center;
}
.form-box-07 > .info{
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.form-box-07 p{
    color: #9A9A9A;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.form-box-07 > .form-wrap .form-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-box-07 > .form-wrap .form-item input[type="text"],
.form-box-07 > .form-wrap .form-item input[type="password"]{
    padding: 5px 30px;
    height: 50px;
    font-size: 17px;
    line-height: 28px;

    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    border-radius: 15px;
    outline: none;

}
.form-box-07 > .form-wrap .form-item input[type="text"],
.form-box-07 > .form-wrap .form-item input[type="password"],
.form-box-07 > .form-wrap .form-item .select-box-01{
    margin-inline-end: 20px;
    width: 100%;
    max-width: 450px;
}

.form-box-07 > .form-wrap .form-item .input-expand{
    padding: 6px 0;
    color: #1173FF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.form-box-07 > .form-wrap .form-item .input-expand > .icon{
    display: inline-block;
    margin-inline-end: 15px;
    font-size: 2.0em;
    vertical-align: middle;
}
.form-box-07 > .form-wrap .form-item .input-expand .expand-btn{
    display: inline-block;
    padding: 9px 20px 10px;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;

    vertical-align: middle;
    background-color: #006AFF;
    border: 1px solid #707070;
    border-radius: 19px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: background 300ms ease-in-out;
}
.form-box-07 > .form-wrap .form-item .input-expand .expand-btn:hover{
    background-color: #003073;
}



.form-box-08{
    position: relative;


}
.form-box-08 > .title{
    margin-bottom: 15px;
    color: #003073;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.form-box-08 > .title > .icon{
    display: inline-block;
    margin-inline-start: 5em;
    width: 3.6em;
    height: 3.6em;
    color: #FFF;
    font-size: 0.4em;
    line-height: 3.6em;
    border-radius: 3.6em;
    background-color: #003073;
    text-align: center;
}
.form-box-08 > .info{
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.form-box-08 p{
    color: #9A9A9A;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.form-box-08 > .form-wrap{
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}
.form-box-08 > .form-wrap .form-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    width: auto;
    flex-grow: 1;
}
.form-box-08 > .form-wrap .form-item input[type="text"],
.form-box-08 > .form-wrap .form-item input[type="password"]{
    padding: 5px 30px;
    height: 50px;
    font-size: 17px;
    line-height: 28px;

    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    border-radius: 15px;
    outline: none;

}
.form-box-08 > .form-wrap .form-item input[type="text"],
.form-box-08 > .form-wrap .form-item input[type="password"],
.form-box-08 > .form-wrap .form-item .select-box-01{
    margin-inline-end: 20px;
    width: 100%;
    flex-grow: 1;
}

.form-box-08 > .form-wrap .form-item input + input,
.form-box-08 > .form-wrap .form-item input + .select-box-01,
.form-box-08 > .form-wrap .form-item .select-box-01 + input,
.form-box-08 > .form-wrap .form-item .select-box-01 + .select-box-01{
    margin-top: 10px;
}

.form-box-08 > .form-wrap .form-item + .input-expand{
    flex-shrink: 0;
    height: 50px;
    line-height: 50px;
}
.form-box-08 > .form-wrap .form-item + .input-expand .expand-btn{
    display: inline-block;
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    vertical-align: middle;
}
.form-box-08 > .form-wrap .form-item + .input-expand .expand-btn > .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 15px;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #006AFF;
    border-radius: 50%;
    vertical-align: middle;
}


/* mail-box */
.mail-box-01{
    position: relative;
}
.mail-box-01 .mail-header{
    position: relative;
    margin-bottom: 20px;
}
.mail-box-01 .mail-header .mail-search{
    position: relative;
    margin-bottom: 25px;
}
.mail-box-01 .mail-header .mail-tools{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mail-box-01 .mail-header .mail-tools .result span{
    display: inline-block;
    margin-inline-end: 20px;
    padding: 9px 8px 10px;
    color: #4863F0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    background: #DADFF8;
    border-radius: 8px;
}
.mail-box-01 .mail-header .mail-tools .button_group a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 20px;

    width: 34px;
    height: 34px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1;
    background-color: #FFF;
    border-radius: 50%;
}
.mail-box-01 .mail-header .mail-tools .button_group a:last-child{
    margin-inline-end: 0;
}
.mail-box-01 .mail-cont{
    position: relative;
}
.mail-box-01 .mail-cont .mail-item{
    position: relative;
    margin-bottom: 20px;
    padding: 20px 45px;

    background: #FFF;
    border: 1px solid rgba(71, 99, 240, 0.5);
    border-radius: 12px;
}
.mail-box-01 .mail-cont .mail-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-title{
    position: relative;
    margin-inline-end: 20px;

    flex-basis: 0%;
    flex-grow: 1;
    width: 0%;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-input[type=checkbox] {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(25px, 4px, 0px);

    cursor: pointer;
}

.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-input[type=checkbox]:checked::after {
    content: "";
    border-color: #00ACFF;
    background-color: #00ACFF;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-label{
    color: #000;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-date{
    flex-shrink: 0;
    position: relative;
    margin-bottom: .5rem;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
.mail-box-01 .mail-cont .mail-item .item-header .item-date .icon{
    position: absolute;
    left: 0;
    top: 0;
    color: #1FB5EB;
    font-size: 17px;
    line-height: 1;
    transform: translate3d(-25px, -2px, 0px);
    cursor: pointer;
}
.mail-box-01 .mail-cont .mail-item .item-cont{
    position: relative;
}

.mail-box-01 .mail-cont .mail-item .item-cont .info{
    position: relative;
    margin-bottom: 5px;
    color: #4762F0;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}
.mail-box-01 .mail-cont .mail-item .item-cont .info::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(23px, 4px, 0px);

    width: 11px;
    height: 11px;
    background: #4863F0;
    border-radius: 50%;
}
.mail-box-01 .mail-cont .mail-item .item-cont .description{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}


.mail-box-01 .mail-cont .mail-item,
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-input[type=checkbox]::after,
.mail-box-01 .mail-cont .mail-item .item-header .item-title .item-label,
.mail-box-01 .mail-cont .mail-item .item-header .item-date,
.mail-box-01 .mail-cont .mail-item .item-header .item-date .icon,
.mail-box-01 .mail-cont .mail-item .item-cont .info,
.mail-box-01 .mail-cont .mail-item .item-cont .description{
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
.mail-box-01 .mail-cont .mail-item:hover .item-header .item-title .item-label,
.mail-box-01 .mail-cont .mail-item:hover .item-cont .info{
    color: #FFF;
}
.mail-box-01 .mail-cont .mail-item:hover .item-cont .description{
    color: rgba(255, 255, 255, 0.8);
}
.mail-box-01 .mail-cont .mail-item:hover .item-header .item-date,
.mail-box-01 .mail-cont .mail-item:hover .item-header .item-date .icon{
    color: rgba(255, 255, 255, 0.5);
}
.mail-box-01 .mail-cont .mail-item:hover .item-header .item-title .item-input[type=checkbox]::after{
    border-color: #FFF;
}
.mail-box-01 .mail-cont .mail-item:hover,
.mail-box-01 .mail-cont .mail-item:hover .item-header .item-title .item-input[type=checkbox]::after{
    background: #4863F0;
}



.mail-box-02{
    position: relative;
}
.mail-box-02 .mail-header{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.mail-box-02 .mail-header .mail-title{
    display: inline-block;
    margin-bottom: -10px;
    padding: 10px 15px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    background: #4863F0;
    border-radius: 17px 17px 0 0;

    cursor: pointer;
}
.mail-box-02 .mail-header .mail-title .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 5px;
    width: 2em;
    height: 2em;

    color: #4863F0;
    font-size: 12px;
    line-height: 1;
    background-color: #FFF;
    border-radius: 50%;
}
.mail-box-02 .mail-cont{
    position: relative;
    padding-bottom: 30px;
    background: #FFF;
    border: 1px solid rgba(71, 99, 240, 0.5);
    border-radius: 12px;
}
.mail-box-02 .mail-cont .mail-tools{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.mail-box-02 .mail-cont .mail-tools .start-tools,
.mail-box-02 .mail-cont .mail-tools .end-tools{
    display: flex;
}
.mail-box-02 .mail-cont .mail-tools a{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #a5a5a5;
    font-size: 20px;
    line-height: 1;
    background: transparent;

    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out;
}
.mail-box-02 .mail-cont .mail-tools a::before{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #f1f1f1;

    transition: border 300ms ease-in-out;
}
.mail-box-02 .mail-cont .mail-tools a:last-child:before{
    content: normal;
}
.mail-box-02 .mail-cont .mail-tools a:hover{
    color: #FFF;
    background: #5E77FB;
}
.mail-box-02 .mail-cont .mail-tools a:hover:before{
    border-left: 1px solid #5E77FB;
}
@media only screen and (max-width: 767px) {
    .mail-box-02 .mail-cont .mail-tools a{
        padding: 8px 16px;
        font-size: 16px;
    }
}



.mail-box-02 .mail-info{
    margin: 25px 25px 0;
    padding: 20px 25px;

    border-radius: 15px;
    background: #ECECEC;
}
.mail-box-02 .mail-info .date{
    margin-bottom: 15px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
.mail-box-02 .mail-info .name{
    margin-bottom: 5px;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}
.mail-box-02 .mail-info .event{
    margin-bottom: 5px;
    color: #333333;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
}
.mail-box-02 .mail-info .eMail{
    color: rgba(51, 51, 51, 0.5);
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.2px;
}
.mail-box-02 .mail-content{
    margin: 25px 25px 0;
    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.mail-box-02 .mail-content .title{
    color: #333333;
}
.mail-box-02 .mail-editorArea{
    position: relative;
    margin: 25px 25px 0;
    padding: 25px 0 0;
    border-top: 1px solid #707070;
}
.mail-box-02 .mail-editorArea .editorArea-icon{
    position: absolute;
    top: 48px;
    right: 20px;
    z-index: 1;
}
.mail-box-02 .mail-editorArea .editorArea-icon a{
    font-size: 22px;
    line-height: 1;
    color: rgba(0,0,0,0.5);
    transition: color 300ms ease-in-out;
}
.mail-box-02 .mail-editorArea .editorArea-icon a:hover{
    color: #5E77FB;
}
.mail-box-02 .mail-editorArea .editorArea-textarea{
    position: relative;
}
.mail-box-02 .mail-editorArea .editorArea-textarea textarea{
    display: block;
    padding: 20px 20px;
    text-indent: 2em;

    width: 100%;
    font-size: 22px;
    line-height: 30px;

    border-radius: 17px;
    border: 1px solid #959595;
}
.mail-box-02 .mail-editorArea .editorArea-textarea textarea:focus{
    outline: none;
}
/* checkbox */
.checkbox-01{
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}
.checkbox-01 .item-label{
    margin-bottom: 0;
}
.checkbox-01 .item-input[type=checkbox] {
    cursor: pointer;
    position: relative;
    margin-inline-end: 5px;
    transform: translateY(2px);
}

/* .checkbox-01 .item-input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #707070;
}

.checkbox-01 .item-input[type=checkbox]:checked::after {
    content: "";
    border-color: #00ACFF;
    background-color: #00ACFF;
}

.checkbox-01 .item-input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
} */

/* .radio */
.radio-01{
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}
.radio-01 .item-label{
    margin-bottom: 0;
}
.radio-01 .item-input[type=radio] {
    cursor: pointer;
    position: relative;
    margin-inline-end: 5px;
    transform: translateY(2px);
}
/*
.radio-01 .item-input[type=radio]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 50%;
}

.radio-01 .item-input[type=radio]:checked::after {

}

.radio-01 .item-input[type=radio]:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #4863F0;
    border-radius: 50%;
    z-index: 1;
} */



.radio-02{
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}
.radio-02 .item-label{
    margin-bottom: 0;
}
.radio-02 .item-input[type=radio] {
    cursor: pointer;
    position: relative;
    margin-inline-end: 5px;
    transform: translateY(2px);
}
/*
.radio-02 .item-input[type=radio]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    background: #00ACFF;
    border-color: #00ACFF;
    border-radius: 50%;
}

.radio-02 .item-input[type=radio]:checked::after {

}

.radio-02 .item-input[type=radio]:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 1;
} */


/* count-box-01 */
.count-box-01{
    display: inline-flex;
    align-items: center;
}
.count-box-01 .pic{
    margin-inline-end: 20px;
}
.count-box-01 .cont .count{
    color: #1381FF;
    font-size: 32px;
    line-height: 36px;
}
.count-box-01 .cont .info{
    color: #2945A1;
    font-size: 18px;
    line-height: 24px;
}



/* vertical-box */
.vertical-box-01{
    display: flex;
    flex-direction: column;
}
.vertical-box-01 .box-item:not(:first-child){
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #707070;
}


/* timeLine-box */
.timeLine-box-01{
    position: relative;
}
.timeLine-box-01 .timeLine-item{
    position: relative;
    display: flex;
    padding-top: 10px;
    padding-inline-start: 60px;
    padding-bottom: 30px;
}
.timeLine-box-01 .timeLine-item::before,
.timeLine-box-01 .timeLine-item::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.timeLine-box-01 .timeLine-item::before{
    right: 22px;
    width: 2px;
    height: 100%;
    background: #707070;

}
.timeLine-box-01 .timeLine-item::after{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #008AFF;
}

.timeLine-box-01 .timeLine-item:last-child:before{
    content: none;
}

.timeLine-box-01 .timeLine-item .item-title{
    position: relative;
    padding-inline-end: 20px;
    width: 125px;
    flex-shrink: 0;
}
.timeLine-box-01 .timeLine-item .item-title .annualPeriod{
    color: #00ACFF;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}
.timeLine-box-01 .timeLine-item .item-title .duration{
    color: #132E6B;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.timeLine-box-01 .timeLine-item .item-cont > .title{
    color: #008AFF;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}

.timeLine-box-01 .timeLine-item .item-cont > p{
    color: #073053;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.timeLine-box-01 .timeLine-item .item-cont > .info{
    color: #646464;
    font-size: 20px;
    line-height: 24px;
}




.timeLine-box-01.ltr .timeLine-item::before,
.ltr .timeLine-box-01 .timeLine-item::before{
    right: auto;
    left: 22px;
}
.timeLine-box-01.ltr .timeLine-item::after,
.ltr .timeLine-box-01 .timeLine-item::after{
    right: auto;
    left: 0;
}
@media only screen and (min-width: 992px){
    .timeLine-box-01.ltr .timeLine-item,
    .ltr .timeLine-box-01 .timeLine-item{
        padding-inline-start: 0;
    }
    .timeLine-box-01.ltr .timeLine-item .item-title,
    .ltr .timeLine-box-01 .timeLine-item .item-title{
        padding-inline-end: 80px;
        width: 185px;
    }
    .timeLine-box-01.ltr .timeLine-item::before,
    .ltr .timeLine-box-01 .timeLine-item::before{
        right: auto;
        left: 137px;
    }
    .timeLine-box-01.ltr .timeLine-item::after,
    .ltr .timeLine-box-01 .timeLine-item::after{
        right: auto;
        left: 115px;
    }
}
@media only screen and (max-width: 991px){
    .timeLine-box-01 .timeLine-item{
        flex-wrap: wrap;
        padding-top: 0px;
    }
    .timeLine-box-01 .timeLine-item .item-title{
        padding-inline-end: 0;
        padding-bottom: 20px;
    }
}

.step-box-01{
    display: inline-grid;
    grid-template-columns: repeat(5,1fr);

    padding-top: 15px;
    padding-left: 30px;

}
.step-box-01 .step-item{
    position: relative;
    display: inline-block;
    padding: 15px 45px 15px 20px;
    color: #FFF;
    background: #003073;
    border: 1px solid #929292;
    border-left: none;
    border-right: none;
}
.step-box-01 .step-item:first-child{
    border-radius: 0 15px 15px 0;
    border-right: 1px solid #929292;
}
.step-box-01 .step-item::before{
    content: '';
    position: absolute;
    left: -27px;
    top: calc( 50% + 1px);
    width: 40px;
    height: 40px;

    border: 1px solid #FFF;
    border-top-color: transparent;
    border-right-color: transparent;
    background: #003073;

    transform: rotateZ(45deg) translate3d(-25%, -50%, 0);
    transform-origin: center;
    z-index: 1;
}
.step-box-01 .step-item:nth-child(1),
.step-box-01 .step-item:nth-child(1)::before{
    background: #003073;
}
.step-box-01 .step-item:nth-child(2),
.step-box-01 .step-item:nth-child(2)::before{
    background: #054194;
}
.step-box-01 .step-item:nth-child(3),
.step-box-01 .step-item:nth-child(3)::before{
    background: #0857C6;
}
.step-box-01 .step-item:nth-child(4),
.step-box-01 .step-item:nth-child(4)::before{
    background: #006AFF;
}
.step-box-01 .step-item:nth-child(5),
.step-box-01 .step-item:nth-child(5)::before{
    background: #00ACFF;
}
.step-box-01 .step-item .count{
    position: absolute;
    top: 0;
    right: 20%;
    display: none;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: #006AFF;
}
.step-box-01 .step-item .text{
    white-space: nowrap;
    text-align: center;
}


.step-box-01:not([data-active]) .step-item:nth-child(n){
    color: #021436;
    background: transparent;
}
.step-box-01:not([data-active]) .step-item:nth-child(n)::before{
    background: transparent;
    border-color: transparent transparent #929292 #929292;
}
.step-box-01[data-active="1"] .step-item:nth-child(1) ~ .step-item,
.step-box-01[data-active="2"] .step-item:nth-child(2) ~ .step-item,
.step-box-01[data-active="3"] .step-item:nth-child(3) ~ .step-item,
.step-box-01[data-active="4"] .step-item:nth-child(4) ~ .step-item,
.step-box-01[data-active="5"] .step-item:nth-child(5) ~ .step-item{
    color: #021436;
    background: transparent;
}
.step-box-01[data-active="1"] .step-item:nth-child(1) ~ .step-item::before,
.step-box-01[data-active="2"] .step-item:nth-child(2) ~ .step-item::before,
.step-box-01[data-active="3"] .step-item:nth-child(3) ~ .step-item::before,
.step-box-01[data-active="4"] .step-item:nth-child(4) ~ .step-item::before,
.step-box-01[data-active="5"] .step-item:nth-child(5) ~ .step-item::before{
    background: transparent;
    border-color: transparent transparent #929292 #929292;
}
.step-box-01[data-active="1"] .step-item:nth-child(1) .count,
.step-box-01[data-active="2"] .step-item:nth-child(2) .count,
.step-box-01[data-active="3"] .step-item:nth-child(3) .count,
.step-box-01[data-active="4"] .step-item:nth-child(4) .count,
.step-box-01[data-active="5"] .step-item:nth-child(5) .count{
    display: block;
}
@media only screen and (max-width: 767px){
    .step-box-01[data-active="1"]{
        transform: translate3d( calc( ( 100% / 5 ) * 0) ,0,0);
    }
    .step-box-01[data-active="2"]{
        transform: translate3d( calc( ( 100% / 5 ) * 1) ,0,0);
    }
    .step-box-01[data-active="3"]{
        transform: translate3d( calc( ( 100% / 5 ) * 2) ,0,0);
    }
    .step-box-01[data-active="4"]{
        transform: translate3d( calc( ( 100% / 5 ) * 3) ,0,0);
    }
    .step-box-01[data-active="5"]{
        transform: translate3d( calc( ( 100% / 5 ) * 4) ,0,0);
    }
}





.step-box-02{
    display: inline-grid;
    grid-template-columns: repeat(4,1fr);

    padding-top: 15px;
    padding-left: 30px;

}
.step-box-02 .step-item{
    position: relative;
    display: inline-block;
    padding: 15px 45px 15px 20px;
    color: #FFF;
    background: #003073;
    border: 1px solid #929292;
    border-left: none;
    border-right: none;
}
.step-box-02 .step-item:first-child{
    border-radius: 0 15px 15px 0;
    border-right: 1px solid #929292;
}
.step-box-02 .step-item::before{
    content: '';
    position: absolute;
    left: -27px;
    top: calc( 50% + 1px);
    width: 40px;
    height: 40px;

    border: 1px solid #FFF;
    border-top-color: transparent;
    border-right-color: transparent;
    background: #003073;

    transform: rotateZ(45deg) translate3d(-25%, -50%, 0);
    transform-origin: center;
    z-index: 1;
}
.step-box-02 .step-item:nth-child(1),
.step-box-02 .step-item:nth-child(1)::before{
    background: #003073;
}
.step-box-02 .step-item:nth-child(2),
.step-box-02 .step-item:nth-child(2)::before{
    background: #054194;
}
.step-box-02 .step-item:nth-child(3),
.step-box-02 .step-item:nth-child(3)::before{
    background: #0857C6;
}
.step-box-02 .step-item:nth-child(4),
.step-box-02 .step-item:nth-child(4)::before{
    background: #006AFF;
}

.step-box-02 .step-item .count{

    position: absolute;
    top: 0;
    right: 20%;
    display: none;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: #006AFF;
}
.step-box-02 .step-item .text{
    white-space: nowrap;
    text-align: center;
}

.step-box-02:not([data-active]) .step-item:nth-child(n){
    color: #021436;
    background: #FFF;
}
.step-box-02:not([data-active]) .step-item:nth-child(n)::before{
    background: #FFF;
    border-color: transparent transparent #929292 #929292;
}
.step-box-02[data-active="1"] .step-item:nth-child(1) ~ .step-item,
.step-box-02[data-active="2"] .step-item:nth-child(2) ~ .step-item,
.step-box-02[data-active="3"] .step-item:nth-child(3) ~ .step-item,
.step-box-02[data-active="4"] .step-item:nth-child(3) ~ .step-item{
    color: #021436;
    background: #FFF;
}
.step-box-02[data-active="1"] .step-item:nth-child(1) ~ .step-item::before,
.step-box-02[data-active="2"] .step-item:nth-child(2) ~ .step-item::before,
.step-box-02[data-active="3"] .step-item:nth-child(3) ~ .step-item::before,
.step-box-02[data-active="4"] .step-item:nth-child(3) ~ .step-item::before{
    background: #FFF;
    border-color: transparent transparent #929292 #929292;
}
.step-box-02[data-active="1"] .step-item:nth-child(1) .count,
.step-box-02[data-active="2"] .step-item:nth-child(2) .count,
.step-box-02[data-active="3"] .step-item:nth-child(3) .count,
.step-box-02[data-active="4"] .step-item:nth-child(3) .count{
    display: block;
}
@media only screen and (max-width: 767px){
    .step-box-02[data-active="1"]{
        transform: translate3d( calc( ( 100% / 3 ) * 0) ,0,0);
    }
    .step-box-02[data-active="2"]{
        transform: translate3d( calc( ( 100% / 3 ) * 1) ,0,0);
    }
    .step-box-02[data-active="3"]{
        transform: translate3d( calc( ( 100% / 3 ) * 2) ,0,0);
    }
    .step-box-02[data-active="4"]{
        transform: translate3d( calc( ( 100% / 3 ) * 2) ,0,0);
    }
}




.step-content-01{
    position: relative;
}
.step-content-01 .stepContent-item{
    display: none;

    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.step-content-01 .stepContent-item.active{
    display: block;
}
.step-content-01 .stepContent-item.active.show{
    opacity: 1;
}



/* info-box */
.info-box-01{
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 30px;
    text-align: center;
    border: 1px solid #92D8FA;
    border-radius: 35px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.info-box-01 .pic{
    margin-bottom: 20px;
    text-align: center;
}
.info-box-01 .pic img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.info-box-01 .cont .info{
    display: block;
    width: 100%;

    font-size: 20px;
    font-family: 'Almarai';
    font-weight: normal;
    line-height: 28px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info-box-01 .footer{
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    transform: translate3d(0,50%,0);
}
.info-box-01 .footer a{
    display: block;
    padding: 4px 20px 6px;
    width: 100%;

    color: #003073;
    font-size: 14px;
    line-height: 1.6;

    border: 1px solid #92D8FA;
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 300ms ease-in-out;
}
.info-box-01 .footer a:hover{
    color: #FFF;
    border: 1px solid #133576;
    background-color: #133576;
}


.info-box-02{
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 30px;
    text-align: center;
    border-radius: 35px;
    background-image: linear-gradient(-180deg, transparent 0%, rgba(255, 255, 255, 0.82 ) 10%, rgba(255, 255, 255, 0.82 ) 60%, transparent 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.info-box-02 .header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: #A70940;
    font-size: 26px;
    line-height: 32px;
}
.info-box-02 .header .icon{
    margin-inline-end: 10px;
    color: #003073;
    font-size: 32px;
    line-height: 1;
}
.info-box-02 .header .cont{
    font-size: 22px;
}
.info-box-02 .footer{
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    transform: translate3d(0,50%,0);
}

.info-box-03{
    position: relative;
    padding: 48px;
    border-radius: 48px;
}
.info-box-03 .maskLayer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 48px;
    overflow: hidden;
}
.info-box-03 .maskLayer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-box-03 > * {
    position: relative;
    z-index: 2;
}

.info-box-03 .cont{
    position: relative;
}
.info-box-03 .cont .title{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    line-height: 45px;
}
.info-box-03 .cont p{
    margin-bottom: 0;
    color: #FFF;
    font-size: 22px;
    line-height: 28px;
}
.info-box-03 .cont p.big{
    margin-bottom: 25px;
    color: #A70940;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Almarai';
    font-weight: bold;
}



.info-box-04{
    position: relative;
    padding-bottom: 25px;
}
.info-box-04 .box-title{
    position: relative;
}
.info-box-04 .box-title .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    padding-bottom: 20px;
    color: #1173FF;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
}
.info-box-04 .box-title .title .icon{
    margin-inline-end: 25px;
    font-size: 2.3em;
    line-height: 1;
}
.info-box-04 .box-content{
    display: flex;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.info-box-04 .box-content .start-cont,
.info-box-04 .box-content .end-cont{
    position: relative;
    width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.info-box-04 .box-content .start-cont{
    width: 43%;
    flex-basis: 43%;
}
.info-box-04 .box-content .end-cont{
    width: 57%;
    flex-basis: 57%;
}
@media only screen and (max-width: 1199px){
    .info-box-04 .box-content{
        flex-wrap: wrap;
    }
    .info-box-04 .box-content .start-cont,
    .info-box-04 .box-content .end-cont{
        width: 100%;
        flex-basis: 100%;
    }
}
.info-box-04 .box-content .start-cont{
    display: flex;
    align-items: center;
}
.info-box-04 .box-content .start-cont .personal{
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-inline-end: 40px;
    max-width: 200px;
}
.info-box-04 .box-content .start-cont .personal .pic{
    position: relative;
    padding: 10px;
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 50%;
}
.info-box-04 .box-content .start-cont .personal .pic img{
    max-width: 100%;
    border-radius: 1000px;
}
.info-box-04 .box-content .start-cont .personal .edit{
    position: absolute;
    top: 76%;
}
.info-box-04 .box-content .start-cont .personal .edit a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.info-box-04 .box-content .start-cont .personal .edit-btn{
    position: relative;
    margin-top: 10px;
}
.info-box-04 .box-content .start-cont .personal .edit-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.info-box-04 .box-content .start-cont .personal .edit-btn a .icon{
    margin-inline-end: 10px;
    font-size: 1.444444em;
}

.info-box-04 .box-content .start-cont .info .title{
    margin-bottom: 20px;
    color: #003073;
    font-size: 25px;
    line-height: 33px;
}
.info-box-04 .box-content .start-cont .info p{
    margin: 0;
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
}
.info-box-04 .box-content .start-cont .info-btn{
    margin-top: 15px;
}
.info-box-04 .box-content .start-cont .info-btn a{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 20px 12px;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    background: #006AFF;
    border-radius: 19px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: background 300ms ease-in-out;
}
.info-box-04 .box-content .start-cont .info-btn a .icon{
    margin-inline-end: 15px;
    font-size: 2em;
}
.info-box-04 .box-content .start-cont .info-btn a:hover{

    background: #003073;
    text-decoration: none;
}
.info-box-04 .box-content .end-cont{
    display: flex;
    align-items: center;
}
.info-box-04 .box-content .end-cont .charBox{
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-inline-end: 40px;
    max-width: 200px;
}
.info-box-04 .box-content .end-cont .info .title{
    margin-bottom: 20px;
    color: #003073;
    font-size: 25px;
    line-height: 33px;
}
.info-box-04 .box-content .end-cont .info p{
    margin: 0;
    color: #006AFF;
    font-size: 18px;
    line-height: 24px;
}
.info-box-04 .box-content .end-cont .info-btn{
    margin-top: 15px;
}
.info-box-04 .box-content .end-cont .info-btn a{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 20px 12px;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    background: #006AFF;
    border-radius: 19px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    transition: background 300ms ease-in-out;
}
.info-box-04 .box-content .end-cont .info-btn a .icon{
    margin-inline-end: 15px;
    font-size: 2em;
}
.info-box-04 .box-content .end-cont .info-btn a:hover{

    background: #003073;
    text-decoration: none;
}
@media only screen and (max-width: 1199px){
    .info-box-04 .box-content .start-cont,
    .info-box-04 .box-content .end-cont{
        flex-wrap: wrap;
    }
}





.info-box-05{
    position: relative;
    padding-bottom: 25px;
}
.info-box-05 .box-title{
    position: relative;
}
.info-box-05 .box-title .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    padding-bottom: 20px;
    color: #1173FF;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
}
.info-box-05 .box-title .title .icon{
    margin-inline-end: 15px;
    font-size: 1.2em;
    line-height: 1;
}
.info-box-05 .box-content{
    display: flex;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.info-box-05 .box-content .start-cont,
.info-box-05 .box-content .end-cont{
    margin-left: 15px;
    margin-right: 15px;
    flex-grow: 1;
    flex-shrink: 0
}
.info-box-05 .box-content .start-cont{
    width: 240px;
    flex-basis: 240px;
}
.info-box-05 .box-content .end-cont{
    width: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
}
@media only screen and (max-width: 1199px){
    .info-box-05 .box-content{
        flex-wrap: wrap;
    }
    .info-box-05 .box-content .start-cont,
    .info-box-05 .box-content .end-cont{
        width: 100%;
        flex-basis: 100%;
    }
}
.info-box-05 .box-content .start-cont{
    display: flex;
}
.info-box-05 .box-content .start-cont .personal{
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-inline-end: 40px;
    max-width: 200px;
}
.info-box-05 .box-content .start-cont .personal .pic{
    position: relative;
    padding: 10px;
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 50%;
}
.info-box-05 .box-content .start-cont .personal .pic img{
    max-width: 100%;
    border-radius: 1000px;
}
.info-box-05 .box-content .start-cont .personal .edit{
    position: absolute;
    top: 76%;
}
.info-box-05 .box-content .start-cont .personal .edit a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border: 2px solid #FFF;
    border-radius: 50%;
}


.info-box-06{
    position: relative;
    padding-bottom: 25px;
}
.info-box-06 .box-content{
    position: relative;
}
.info-box-06 .box-content .header-cont{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    max-width: 100%;
}
.info-box-06 .box-content .content-cont{
    display: flex;
    flex-wrap: wrap;
}
.info-box-06 .box-content .content-cont .title{
    flex-shrink: 0;
}
.info-box-06 .box-content .content-cont .step-box-01,
.info-box-06 .box-content .content-cont .step-box-02{
    flex-grow: 1;
}
.info-box-06 .box-content .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    margin-inline-end: 20px;
    padding: 15px 0;
    color: #003073;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.info-box-06 .box-content .title .icon{
    margin-inline-end: 15px;
    font-size: 1.8em;
    line-height: 1;
}


.info-box-07{
    position: relative;
    padding-bottom: 25px;
}
.info-box-07 .box-content{
    display: flex;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.info-box-07 .box-content .start-cont,
.info-box-07 .box-content .end-cont{
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
    flex-shrink: 0
}
.info-box-07 .box-content .start-cont{
    width: 240px;
    flex-basis: 240px;
}
.info-box-07 .box-content .end-cont{
    width: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
}
@media only screen and (max-width: 1199px){
    .info-box-07 .box-content{
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }
    .info-box-07 .box-content .start-cont,
    .info-box-07 .box-content .end-cont{
        width: 100%;
        flex-basis: 100%;
    }
}
.info-box-07 .box-content .start-cont{
    display: flex;
}
.info-box-07 .box-content .start-cont .personal{
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-inline-end: 40px;
    max-width: 200px;
}
.info-box-07 .box-content .start-cont .personal .pic{
    position: relative;
    padding: 10px;
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 50%;
}
.info-box-07 .box-content .start-cont .personal .pic img{
    max-width: 100%;
    border-radius: 1000px;
}
.info-box-07 .box-content .start-cont .personal .edit{
    position: absolute;
    top: 76%;
}
.info-box-07 .box-content .start-cont .personal .edit a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border: 2px solid #FFF;
    border-radius: 50%;
}

@media only screen and (max-width: 1199px){
    .info-box-07 .box-content .start-cont .personal{
        max-width: 180px;
        padding-left: auto;
        padding-right: auto;
    }
}


.info-box-08{
    position: relative;
    margin-bottom: 30px;
}
.info-box-08 .box-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}
.info-box-08 .box-header .title{
    display: block;
    padding-left: 15px;
    padding-bottom: 10px;
    min-width: 160px;

    color: #003073;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}

.info-box-08 .box-header .edit-btn{
    position: relative;
    padding-bottom: 10px;
    vertical-align: middle;
}
.info-box-08 .box-header .edit-btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
}
.info-box-08 .box-content > .title{
    color: #008AFF;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}

.info-box-08 .box-content > p{
    color: #073053;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.info-box-08 .box-content > .info{
    color: #646464;
    font-size: 20px;
    line-height: 24px;
}


.info-box-09{
    position: relative;
}
.info-box-09 > .box-header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
}
.info-box-09 > .box-header .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    color: #00ACFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.info-box-09 > .box-header .title .icon{
    margin-inline-end: 15px;
    font-size: 2em;
    line-height: 1;
}
.info-box-09 > .box-header .edit-btn a{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
.info-box-09 > .box-header .edit-btn a .icon{
    margin-inline-end: 20px;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
}
.info-box-09 > .box-header .edit-btn a:hover{
    background: #10235D;
}


.info-box-09 > .box-footer{
    position: relative;
    margin-top: 20px;
}
.info-box-09 > .box-footer .pane-pages{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.info-box-09 > .box-footer .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}
.info-box-09 > .box-footer .pane-pages .page-list{
    display: flex;
    align-items: center;
    margin: -1px -1px;
    padding: 0;
    list-style: none;
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.info-box-09 > .box-footer .pane-pages .page-list li{
    margin: 1px 1px;
}
.info-box-09 > .box-footer .pane-pages .page-list a{
    display: inline-flex;
    padding: 1px 5px;
    color: #707070;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border 300ms ease-in-out;
}
.info-box-09 > .box-footer .pane-pages .page-list li a:hover,
.info-box-09 > .box-footer .pane-pages .page-list li.active a{
    border: 1px solid #8591DF;
}



.info-box-10{
    position: relative;
    padding: 20px;
    border: 1px solid #707070;
    background: #FFF;
    border-radius: 36px;
}
.info-box-10 .box-header{
    position: relative;
    margin-bottom: 20px;
}
.info-box-10 .box-header .title{
    color: #006AFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}
.info-box-10 .box-header .title .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 1em;
    line-height: 1;
    background: #4863F0;
    border-radius: 50%;
}

.info-box-10 .box-content{
    margin-bottom: 20px;
}




.info-box-11{
    position: relative;
}
.info-box-11 .box-header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.info-box-11 .box-header .header-text .title{
    color: #2C49AA;
    font-size: 26px;
    line-height: 32px;
}
.info-box-11 .box-header .header-text .title > span{
    display: inline-block;
    margin-inline-end: 10px;
}
.info-box-11 .box-header .header-text .title .btn{
    color: #006AFF;
    font-size: 22px;
    line-height: 28px;
}
.info-box-11 .box-header .header-text .title .btn .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    background: #006AFF;
    border-radius: 50%;
}
.info-box-11 .box-header .header-text .info{
    color: #3E3E3E;
    font-size: 18px;
    line-height: 24px;
}
.info-box-11 .box-header .header-img img{
    max-width: 100%;
}
.info-box-11 .box-content{
    margin-bottom: 20px;
    color: #3E3E3E;
}
.info-box-11 .box-content > .title{
    margin-bottom: 20px;
    color: #2C49AA;
}
@media only screen and (max-width: 991px){

}



.info-box-12{
    position: relative;
}
.info-box-12 > .box-header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.info-box-12 > .box-header .title{
    position: relative;
    align-items: center;
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #00ACFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.info-box-12 > .box-header .title .icon{
    margin-inline-end: 15px;
    font-size: 1.5em;
    line-height: 1;
}
.info-box-12 > .box-header .edit-btn a{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
.info-box-12 > .box-header .edit-btn a .icon{
    margin-inline-end: 20px;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
}
.info-box-12 > .box-header .edit-btn a:hover{
    background: #10235D;
}


.info-box-12 > .box-footer{
    position: relative;
    margin-top: 20px;
}
.info-box-12 > .box-footer .pane-pages{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.info-box-12 > .box-footer .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}


.info-box-13{
    position: relative;
    padding: 15px;

    background: #FFF;
    border-radius: 22px;
}
.info-box-13 > .info-title{
    display: flex;
    align-items: center;
    color: #00ACFF;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}
.info-box-13 > .info-title .icon{
    flex-shrink: 0;
    max-width: 2em;
    margin-inline-end: 5px;
}
.info-box-13 > .info-title .icon img{
    max-width: 100%;
}




.user-box-01{
    display: flex;
    align-items: center;
}
.user-box-01 .user-pic{
    flex-shrink: 0;
    position: relative;
    display: block;
    margin-inline-end: 40px;
    max-width: 240px;

    padding: 10px;
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 50%;
}
.user-box-01 .user-pic img{
    max-width: 100%;
    border-radius: 1000px;
}
.user-box-01 .user-cont > .title{
    color: #00ACFF;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;

}
.user-box-01 .user-cont p{
    margin-bottom: 0;
    color: #073053;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

@media only screen and (max-width: 991px){
    .user-box-01{
        flex-wrap: wrap;
    }
    .user-box-01 .user-pic{
        margin-inline-end: 0;
    }
    .user-box-01 .user-cont{
        width: 100%;
    }
}


.translate-style-01{
    margin-top: -150px;
}
@media only screen and (max-width: 991px){
    .translate-style-01{
        margin-top: 0;
    }
}
/* edit-box */

.edit-box-01{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    z-index: 1;
}
.edit-box-01 .pic{
    max-width: 100%;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #707070;
    overflow: hidden;
}
.edit-box-01 .pic img{
    max-width: 100%;
    height: auto;
}
.edit-box-01 .editTools{
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: flex;
    z-index: 1;
    transform: translate3d(-50%, 50%, 0);
}
.edit-box-01 .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    transition: background 300ms ease-in-out;
}
.edit-box-01 .editTools a.del{
    background: #FF0000;
}
.edit-box-01 .editTools a:hover{
    background: #030F33;
}
.edit-box-01 .editTools a.del:hover{
    background: #670A0A;
}


.edit-box-02{
    position: relative;
}
.edit-box-02 .edit-title{
    margin-bottom: 15px;
}
.edit-box-02 .edit-title .title{
    display: inline-block;
    margin-bottom: 0;
    margin-inline-end: 20px;
    vertical-align: middle;

    color: #00ACFF;
    font-size: 25px;
    line-height: 33px;
}
.edit-box-02 .edit-title .editTools{
    display: inline-flex;
    vertical-align: middle;
    z-index: 1;
}
.edit-box-02 .edit-title .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;

    transition: background 300ms ease-in-out;
}
.edit-box-02 .edit-title .editTools a.del{
    background: #FF0000;
}
.edit-box-02 .edit-cont{
    color: #073053;
    font-weight: normal;
}
.edit-box-02 .edit-title .editTools a:hover{
    background: #030F33;
}
.edit-box-02 .edit-title .editTools a.del:hover{
    background: #670A0A;
}



.edit-box-03{
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    padding: 15px 10px 30px 10px;
    border: 1px solid #707070;
    border-radius: 15px;
}
.edit-box-03 .editTools{
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: flex;
    z-index: 1;
    transform: translate3d(-50%, 50%, 0);
}
.edit-box-03 .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    transition: background 300ms ease-in-out;
}
.edit-box-03 .editTools a.del{
    background: #FF0000;
}
.edit-box-03 .editTools a:hover{
    background: #030F33;
}
.edit-box-03 .editTools a.del:hover{
    background: #670A0A;
}



.edit-box-04{
    position: relative;
}
.edit-box-04 .edit-title{
    margin-bottom: 30px;
}
.edit-box-04 .edit-title .title{
    display: inline-block;
    margin-bottom: 0;
    margin-inline-end: 20px;
    vertical-align: middle;

    color: #003073;
    font-size: 25px;
    line-height: 33px;
}
.edit-box-04 .edit-title .editTools{
    display: inline-flex;
    vertical-align: middle;
    z-index: 1;
}
.edit-box-04 .edit-title .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    transition: background 300ms ease-in-out;
}
.edit-box-04 .edit-title .editTools a.del{
    background: #FF0000;
}
.edit-box-04 .edit-title .editTools a:hover{
    background: #030F33;
}
.edit-box-04 .edit-title .editTools a.del:hover{
    background: #670A0A;
}
.edit-box-04 .edit-cont{
    color: #3E3E3E;
}


.edit-box-05{
    position: relative;
}
.edit-box-05 .edit-title{
    margin-bottom: 30px;
}
.edit-box-05 .edit-title .title{
    display: inline-block;
    margin-bottom: 0;
    margin-inline-end: 20px;
    vertical-align: middle;

    color: #003073;
    font-size: 25px;
    line-height: 33px;
}
.edit-box-05 .edit-title .editTools{
    display: inline-flex;
    vertical-align: middle;
    z-index: 1;
}
.edit-box-05 .edit-title .editTools a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    transition: background 300ms ease-in-out;
}
.edit-box-05 .edit-title .editTools a.del{
    background: #FF0000;
}
.edit-box-05 .edit-title .editTools a:hover{
    background: #030F33;
}
.edit-box-05 .edit-title .editTools a.del:hover{
    background: #670A0A;
}
.edit-box-05 .edit-cont{

}



.edit-box-06{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    z-index: 1;
}
.edit-box-06 .pic{
    max-width: 100%;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #707070;
    overflow: hidden;
}
.edit-box-06 .pic img{
    max-width: 100%;
    height: auto;
}
.edit-box-06 .editTools{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    pointer-events: none;
}
.edit-box-06 .editTools a{
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border-radius: 50%;
    border: 2px solid #FFF;

    pointer-events: all;
    transform: translate3d(-50%,-50%,0);
    transition: background 300ms ease-in-out;
}
.edit-box-06 .editTools a.del{
    background: #FF0000;
}
.edit-box-06 .editTools a:hover{
    background: #030F33;
}
.edit-box-06 .editTools a.del:hover{
    background: #670A0A;
}
.edit-box-06 .editTools a:nth-child(1){
    left: 95%;
    top: 72.75%;
}
.edit-box-06 .editTools a:nth-child(2){
    left: 80%;
    top: 91%;
}



.footer-infobox-01{
    position: relative;
    margin-bottom: 1rem;
}
.footer-infobox-01 .title{
    color: #2B3F9D;
}
.footer-infobox-01 p{
    margin-bottom: 0;
}


/* chart-box */
.chart-box-01 {
    max-width: 100%;
}
.char-box-02{
    position: relative;
}


.chart-infoBox-01{
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 30px;

    border-radius: 12px;
    background: #E6E6E6;
}
.chart-infoBox-01 .item{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
}
.chart-infoBox-01 .item + .item{
    margin-top: 10px;
}
.chart-infoBox-01 .item::before{
    content: '';
    flex-shrink: 0;
    display: inline-block;
    margin-inline-end: 5px;
    width: 1em;
    height: 1em;
    background: currentColor;
}
.chart-infoBox-01 .item::after{
    flex-shrink: 0;
    content: attr(data-num);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;

    background-image: linear-gradient(180deg, #FF0101 0%, #560303 100%);
}
.chart-infoBox-01 .item > span{
    flex-grow: 1;
}
.chart-infoBox-01 .chart-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translate3d(-50%,50%,0);
}
.chart-infoBox-01 .chart-btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px 4px;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;

    border-radius: 4px;
    background-color: #8B8B8B;
    transition: background 300ms ease-in-out;
}
.chart-infoBox-01 .chart-btn a .icon{
    margin-top: 2px;
    margin-inline-start: 10px;
}
.chart-infoBox-01 .chart-btn a:hover{
    background-color: #000;
}

/* img-box */
.img-box-01{
    position: relative;
    display: inline-block;
    text-align: initial;
}
.img-box-01 .pic{
    position: relative;
    overflow: hidden;
    border-radius: 53px 10px 53px 10px;
}
.img-box-01 .pic img{
    max-width: 100%;
    object-fit: cover;
}

.img-box-01 .cont{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #FFF;
    overflow: hidden;
    border-radius: 53px 10px 53px 10px;
}
.img-box-01 .cont .header{
    display: flex;
    justify-content: space-between;
}
.img-box-01 .cont .header .info{
    font-size: 24px;
    line-height: 32px;
}
.img-box-01 .cont .header .button{
    flex-shrink: 0;
}
.img-box-01 .cont .header .button a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    background: #003073;
    border-radius: 50%;
}
.img-box-01 .cont .title{
    font-size: 32px;
    line-height: 42px;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, .25);
}




/*swiper*/
.swiper-container-vertical>.swiper-wrapper-overflow>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-container-multirow>.swiper-wrapper-overflow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper-overflow>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-container-wp8-horizontal>.swiper-wrapper-overflow>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical>.swiper-wrapper-overflow>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-container {
	width: 100%;
	height: 100%;
    height: auto;
	overflow: visible;
	visibility: hidden;
	opacity: 0;
    transform:translate3d(0,0,0);
	-webkit-transition: all 200ms ease-in; /* Safari and Chrome */
	transition: 		all 200ms ease-in;
}
.swiper-container .swiper-wrapper-overflow{
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
	overflow: hidden;
}
.swiper-slide {
	width: 10%;
    transform:translate3d(0,0,0);
}
.swiper-container.swiper-container-initialized{
 visibility: visible;
 opacity: 1;
}



/* swiper-01 */
.swiper-01.swiper-container{
    --swiper-theme-color: #003073;/* 设置Swiper风格 */
    --swiper-navigation-color: #003073;/* 单独设置按钮颜色 */

    text-align: center;
    z-index: 0;
}
.swiper-01.swiper-container .swiper-button-next,
.swiper-01.swiper-container .swiper-button-prev{
    outline: none;
}
@media only screen and (max-width: 1199px){
    .swiper-01.swiper-container{
        padding-left: 40px;
        padding-right: 40px;
    }
}



/* swiper-02 */
.swiper-02.swiper-container{
    --swiper-theme-color: #B1B1B1;/* 设置Swiper风格 */
    --swiper-navigation-color: #B1B1B1;/* 单独设置按钮颜色 */
}
.swiper-02.swiper-container .swiper-button-next,
.swiper-02.swiper-container .swiper-button-prev{
    top: calc( 50% - 30px / 2);
    outline: none;
}
.swiper-02.swiper-container .swiper-button-prev,
.swiper-02.swiper-container .swiper-container-rtl .swiper-button-next{
    right: -20px;
    transform: translate3d(100%,0,0);
}
.swiper-02.swiper-container .swiper-button-next,
.swiper-02.swiper-container .swiper-container-rtl .swiper-button-prev{
    left: -20px;
    transform: translate3d(-100%,0,0);
}
@media only screen and (max-width: 1399px){
    .swiper-02.swiper-container{
        --swiper-navigation-size: 36px;
    }
    .swiper-02.swiper-container .swiper-button-prev,
    .swiper-02.swiper-container .swiper-container-rtl .swiper-button-next{
        right: -10px;
    }
    .swiper-02.swiper-container .swiper-button-next,
    .swiper-02.swiper-container .swiper-container-rtl .swiper-button-prev{
        left: -10px;
    }

}
@media only screen and (max-width: 1199px){
    .swiper-02.swiper-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .swiper-02.swiper-container .swiper-button-prev,
    .swiper-02.swiper-container .swiper-container-rtl .swiper-button-next{
        right: 0;
        transform: translate3d(0%,0,0);
    }
    .swiper-02.swiper-container .swiper-button-next,
    .swiper-02.swiper-container .swiper-container-rtl .swiper-button-prev{
        left: 0;
        transform: translate3d(-0%,0,0);
    }
}


/* swiper-03 */
.swiper-03.swiper-container{
    --swiper-theme-color: #FFF;/* 设置Swiper风格 */
    --swiper-navigation-color: #FFF;/* 单独设置按钮颜色 */
}
@media only screen and (max-width: 767px){
    .swiper-03.swiper-container .swiper-button-prev,
    .swiper-03.swiper-container .swiper-container-rtl .swiper-button-next,
    .swiper-03.swiper-container .swiper-button-next,
    .swiper-03.swiper-container .swiper-container-rtl .swiper-button-prev{
        opacity: 0;
        -webkit-transition: opacity 200ms ease-in;
        transition: opacity 200ms ease-in;
    }
    .swiper-03.swiper-container:hover .swiper-button-prev,
    .swiper-03.swiper-container:hover .swiper-container-rtl .swiper-button-next,
    .swiper-03.swiper-container:hover .swiper-button-next,
    .swiper-03.swiper-container:hover .swiper-container-rtl .swiper-button-prev{
        opacity: 1;
    }
}





/* swiper-04 */
.swiper-04.swiper-container{
    --swiper-theme-color: #B1B1B1;/* 设置Swiper风格 */
    --swiper-navigation-color: #B1B1B1;/* 单独设置按钮颜色 */
    text-align: center;
}
.swiper-04.swiper-container .swiper-button-next,
.swiper-04.swiper-container .swiper-button-prev{
    outline: none;
}
.swiper-04.swiper-container .swiper-button-prev,
.swiper-04.swiper-container .swiper-container-rtl .swiper-button-next{
    right: -20px;
    transform: translate3d(100%,0,0);
}
.swiper-04.swiper-container .swiper-button-next,
.swiper-04.swiper-container .swiper-container-rtl .swiper-button-prev{
    left: -20px;
    transform: translate3d(-100%,0,0);
}

@media only screen and (max-width: 1199px){
    .swiper-04.swiper-container{
        padding-left: 40px;
        padding-right: 40px;
        --swiper-navigation-size: 36px;
    }
    .swiper-04.swiper-container .swiper-button-prev,
    .swiper-04.swiper-container .swiper-container-rtl .swiper-button-next{
        right: 0;
        transform: translate3d(0%,0,0);
    }
    .swiper-04.swiper-container .swiper-button-next,
    .swiper-04.swiper-container .swiper-container-rtl .swiper-button-prev{
        left: 0;
        transform: translate3d(-0%,0,0);
    }
}



.disposable-box-01{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
    border: 1px solid #F99898;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(227, 44, 44, .16);
}
.disposable-box-01 .disposable_close{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 1em;
    height: 1em;
    color: #FB0000;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.acc-box-01{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-top: 17px;
    min-height: 36px;
}
.acc-box-01 > .item-header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
}
.acc-box-01 > .item-header::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-bottom: 2px dotted #707070;
}
.acc-box-01 > .item-header > .header-title{
    position: relative;
    padding: 4px 20px;
    min-width: 120px;
    max-width: calc( 100% - 60px );
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    background: #C5C5C5;
    border-radius: 15px 0 0 15px;
    border: 2px dotted #707070;

    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.acc-box-01 > .item-header > .header-mark{
    position: absolute;
    top: 50%;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #707070;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.acc-box-01 > .item-header > .header-mark::after{
    content: "\f067";

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.acc-box-01.active > .item-header > .header-mark::after{
    content: "\f068";
}

.acc-box-01 > .item-cont{
    display: none;
    position: relative;
    padding-top: 29px;
    padding-bottom: 10px;
    border: 2px dotted #707070;
    background-image: linear-gradient(90deg, #F2F2F2 0%, #DFDFDF 100%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.acc-box-01.active > .item-cont{
    display: block;
}

.acc-box-01 > .item-cont > .item-block{
    padding: 10px 10px;
}
.acc-box-01 > .item-cont > .item-block:not(:first-child){
    border-top: 2px dotted #707070;
}


.acc-box-01-list{
    position: relative;
}
.acc-box-01-list::before{
    content: '';
    position: absolute;
    top: 28px;
    right: 12px;
    border-right: 2px dotted #707070;
    height: calc( 100% - 45px );
    transition: height ease-in 300ms ;
}
.acc-box-01-list .list-header{
    display: flex;
    margin-bottom: 20px;
    color: #5F5F5F;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}
.acc-box-01-list .list-header .pic{
    position: relative;
    flex-shrink: 0;
    margin-inline-end: 10px;
}
.acc-box-01-list .acc-box-01{
    margin-inline-start: 14px;
}
.acc-box-01-list .acc-box-01 > .item-header::before{
    opacity: 0;
}
.acc-box-01-list .acc-box-01 > .item-header > .header-title{
    background: transparent;
    border: 2px dotted transparent;
    border-right: none;

	transition: background ease-in 300ms, border ease-in 300ms ;
}
.acc-box-01-list .acc-box-01 > .item-header > .header-title::before,
.acc-box-01-list .acc-box-01 > .item-header > .header-title::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0,-50%,0);
}
.acc-box-01-list .acc-box-01 > .item-header > .header-title::before{
    content: '\f0d9';
    right: 6px;
}
.acc-box-01-list .acc-box-01 > .item-header > .header-title::after{
    width: 6px;
    border-top: 2px dotted #707070;
    transition: border ease-in 300ms ;
}
.acc-box-01-list .acc-box-01 > .item-cont{
    border-right: none;
}
.acc-box-01-list.openLastItem::before{
    height: calc( 100% - 28px );
}
.acc-box-01-list .acc-box-01.active > .item-header::before{
    opacity: 1;
}
.acc-box-01-list .acc-box-01.loading > .item-header > .header-title,
.acc-box-01-list .acc-box-01.active > .item-header > .header-title{
    background: #C5C5C5;
    border: 2px dotted #707070;
    border-right: none;
}
.acc-box-01-list .acc-box-01.loading > .item-header > .header-title::after,
.acc-box-01-list .acc-box-01.active > .item-header > .header-title::after{
    border-top: 2px dotted transparent;
}



.acc-box-02{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-top: 17px;
    min-height: 36px;
}
.acc-box-02 > .item-header{
    position: relative;
    display: flex;
    border-bottom: 2px solid #00ACFF;
}
.acc-box-02 > .item-header > .header-title{
    position: relative;
    margin-inline-end: 30px;
    padding: 5px 0;
    max-width: calc( 100% - 60px );
    color: #003073;
    font-size: 25px;
    font-weight: normal;
    line-height: 33px;

    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.acc-box-02 > .item-header > .header-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.acc-box-02 > .item-header > .header-btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #10235D;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.acc-box-02 > .item-header > .header-mark{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 30px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #00ACFF;
    cursor: pointer;
    z-index: 1;
}
.acc-box-02 > .item-header > .header-mark::after{
    content: "\f067";

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.acc-box-02.active > .item-header > .header-mark::after{
    content: "\f068";
}

.acc-box-02 > .item-cont{
    display: none;
    position: relative;
    padding: 10px 0 10px 60px;
}
.acc-box-02 > .item-cont .info-text{
    width: 200px;
    color: #00ACFF;
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
}

.acc-box-02 > .item-cont .info-text-2{
    width: 400px;
    color: #00ACFF;
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
}

.acc-box-02.active > .item-cont{
    display: block;
}

.acc-box-02 > .item-cont > .item-block{
    padding: 10px 10px;
}


.acc-box-02.disable  > .item-header{
    border-bottom: none;
}
.acc-box-02.disable > .item-header > .header-mark{
    display: none;
}
.acc-box-02.disable > .item-cont{
    display: block;
}

@media only screen and (max-width: 1199px){
    .acc-box-02 > .item-cont{
        padding-left: 0;
    }
    .acc-box-02 > .item-cont .info-text{
        width: 130px;
        font-size: 18px;
    }
}




/*custom range*/
.range-box-01 {
	user-select:none;
    padding: 0 10px;
	margin-bottom:20px;
}
.range-box-01::after{
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
}
.range-box-01 .range-bar::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
}
.range-box-01 .range-bar{
	height: 3px;
	background: #949494;
	border-radius: 5px;
	position: relative;
}
.range-box-01 .range-bar span:not(.minMaxBar){
	position: absolute;
	width: 0;
	height: 0;
	top: 2px;
	left: 0;
	cursor: pointer;
    z-index: 1;
}
.range-box-01 .range-bar span:not(.minMaxBar)::after{
	content: "";
	position: absolute;
	top: -11px;
	left: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #4863F0;
	transition:all ease-in 300ms ;
}
.range-box-01 .range-bar span:not(.minMaxBar):hover::after{
	background-color: #003073;
}
.range-box-01 .range-bar span.minMaxBar{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
    margin-top: -3px;
    background-color: #4863F0;
    height: 7px;
    pointer-events: none !important;
    z-index: 0;
}

.range-box-01 .range-value{
	overflow: hidden;
	margin: 16px 0;

	color: #4863F0;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    font-weight: normal;
}
.range-box-01 .range-value .min-text,
.range-box-01 .range-value .max-text{
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform: translate3d(-50%, 0, 0);
}
.range-box-01 .range-value .min-box,
.range-box-01 .range-value .max-box{
	display: inline-block;
}




.searchResults-01{
    position: relative;
}
.searchResults-01 .searchResults-header{
    position: relative;
    margin-bottom: 48px;
    padding: 30px;
    border: 2px solid rgba(112, 112, 112, 0.40);
    border-radius: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .50);
}
.searchResults-01 .searchResults-header .header-title{
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.searchResults-01 .searchResults-header .header-title .title{
    display: inline-flex;
    margin-bottom: 20px;
    max-width: 100%;
}
.searchResults-01 .searchResults-header .header-title .title .icon{
    margin-inline-end: 25px;
    color: #A70940;
    font-size: 1.2em;
    line-height: 1;
}
.searchResults-01 .searchResults-header .header-cont{
    margin-top: 30px;
}

.searchResults-01 .searchResults-content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.searchResults-01 .searchResults-content .searchResults-tool,
.searchResults-01 .searchResults-content .searchResults-main{
    padding-left: 15px;
    padding-right: 15px;
}
.searchResults-01 .searchResults-content .searchResults-tool{
    flex-basis: 360px;
    width: 360px;
}
.searchResults-01 .searchResults-content .searchResults-tool .tool_close{
    display: none;
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
}
.searchResults-01 .searchResults-content .searchResults-main{
    position: relative;
    flex-basis: calc( 100% - 360px );
    width: calc( 100% - 360px );
    overflow: hidden;
}
.searchResults-01 .searchResults-content .mobile-tool{
    display: none;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px;
}
.searchResults-01 .searchResults-content .mobile-tool a,
.searchResults-01 .searchResults-content .searchResults-tool .tool_close{
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 19px;
    background: #003073;
    border-radius: 10px;
    cursor: pointer;
}
.searchResults-01 .searchResults-content .mobile-tool a .icon,
.searchResults-01 .searchResults-content .searchResults-tool .tool_close .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin-inline-start: 2px;
}

@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-content{
        margin: 0;
    }
    .searchResults-01 .searchResults-content .mobile-tool{
        display: flex;
    }
    .searchResults-01 .searchResults-content .searchResults-tool,
    .searchResults-01 .searchResults-content .searchResults-main{
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%;
        width: 100%;
        transition: opacity 300ms ease-in-out;
    }
    .searchResults-01 .searchResults-content .searchResults-main{
        padding-bottom: 25px;
    }
    .searchResults-01 .searchResults-content .searchResults-tool{
        background: #003073;
        padding: 40px 30px 30px;
    }

    .searchResults-01 .searchResults-content .mobile-tool.active{
        /* display: none; */
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
    }
    .searchResults-01 .searchResults-content .mobile-tool.active.hide{
        /* opacity: 0; */
        opacity: 1;
        z-index: -1;

    }
    .searchResults-01 .searchResults-content .searchResults-tool .tool_close{
        display: block;
    }
    .searchResults-01 .searchResults-content .mobile-tool + .searchResults-tool{
        display: none;
        opacity: 0;
    }
    .searchResults-01 .searchResults-content .mobile-tool.active + .searchResults-tool{
        display: block;
    }
    .searchResults-01 .searchResults-content .mobile-tool.active.hide + .searchResults-tool{
        opacity: 1;
    }

    .searchResults-01 .searchResults-content .mobile-tool + .searchResults-main{
        display: block;
    }
    .searchResults-01 .searchResults-content .mobile-tool.active + .searchResults-tool + .searchResults-main{
        display: none;
    }
    .searchResults-01 .searchResults-content .mobile-tool.active.hide + .searchResults-tool + .searchResults-main{
        opacity: 0;
    }

}

.searchResults-01 .searchResults-pane{
    position: relative;
    opacity: 1;
    transition: padding 300ms ease-in-out, opacity 300ms ease-in-out;
}
.searchResults-01 .searchResults-pane.active{
    padding-left: 325px;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-pane{
        padding-left: 0 !important;
    }
    .searchResults-01 .searchResults-pane.active{
        opacity: 0;
    }
    .searchResults-01 .searchResults-pane.active.hide{
        display: none;
    }
}

.searchResults-01 .searchResults-pane .pane-pages{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.searchResults-01 .searchResults-pane .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}
.searchResults-01 .searchResults-pane .pane-pages .page-list{
    display: flex;
    align-items: center;
    margin: -1px -1px;
    padding: 0;
    list-style: none;
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.searchResults-01 .searchResults-pane .pane-pages .page-list li{
    margin: 1px 1px;
}
.searchResults-01 .searchResults-pane .pane-pages .page-list a{
    display: inline-flex;
    padding: 1px 5px;
    color: #707070;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border 300ms ease-in-out;
}
.searchResults-01 .searchResults-pane .pane-pages .page-list li a:hover,
.searchResults-01 .searchResults-pane .pane-pages .page-list li.active a{
    border: 1px solid #8591DF;
}

@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-pane .pane-pages{
        display: none;
    }
}


.searchResults-01 .searchResults-pane .pane-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #707070;
}
.searchResults-01 .searchResults-pane .pane-header .pane-title{
    font-size: 22px;
    line-height: 30px;
}
.searchResults-01 .searchResults-pane .pane-header .pane-title span{
    color: #A70940;
    font-family: 'Almarai';
    font-weight: bold;
}
.searchResults-01 .searchResults-pane.active .pane-header .pane-pages{
    max-width: 0;
    overflow: hidden;
}
.searchResults-01 .searchResults-main .searchResults-pane.active .pane-content .result-item .item-cont{
    padding-left: 10px;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-main .searchResults-pane.active .pane-content .result-item .item-cont{
        padding-left: 0;
    }
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content{
    position: relative;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item{
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #707070;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .cont{
    position: relative;
    color: #112862;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .cont .title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .cont .info{
    font-size: 15px;
    line-height: 20px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .cont .job{
    color: #A70940;
    font-size: 18px;
    line-height: 24px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane.active .pane-content .result-item .item-header .pic{
    margin-left: 10px;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-main.style-01 .searchResults-pane.active .pane-content .result-item .item-header .pic{
        margin-left: 0;
    }
}

.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-header .pic img{
    max-width: 100%;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item  .item-cont{
    position: relative;
    color: #112862;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 7px 24px 10px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane.active .pane-content .result-item .item-footer .item-btn{
    border-radius: 0 25px 25px 0;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-main.style-01 .searchResults-pane.active .pane-content .result-item .item-footer .item-btn{
        border-radius: 25px;
    }
}
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item .item-footer .item-btn:hover,
.searchResults-01 .searchResults-main.style-01 .searchResults-pane .pane-content .result-item.active .item-footer .item-btn{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);
}

.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content{
    position: relative;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #707070;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-pic{
    flex-shrink: 0;
    margin-inline-end: 10px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-pic img{
    max-width: 100%;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont{
    position: relative;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header{
    display: flex;
    justify-content: space-between;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-start{

}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-start .job{
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-start .name{
    font-size: 15px;
    line-height: 20px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-start .experience{
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end{

}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end .mobile-pic{
    display: none;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end .mobile-pic img{
    max-width: 100%;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end .item-social{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin:0 -5px -10px;
    padding: 0;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane.active .pane-content .result-item .item-cont .cont-header .header-end .item-social{
    display: none;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end .item-social li{
    margin: 0 5px 10px;
    max-width: 30px;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-pic{
        display: none;
    }
    .searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-cont .cont-header .header-end .mobile-pic{
        display: block;
        margin-bottom: 10px;
        text-align: end;
    }
}

.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 8px 24px 8px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane.active .pane-content .result-item .item-footer .item-btn{
    border-radius: 0 25px 25px 0;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item .item-footer .item-btn:hover,
.searchResults-01 .searchResults-main.style-02 .searchResults-pane .pane-content .result-item.active .item-footer .item-btn{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgb(0 0 0 / 16%);
}

.searchResults-01 .searchResults-pane .pane-footer{
    display: flex;
    justify-content: flex-end
}



.searchResults-01 .searchResults-details{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -325px;
    width: 325px;
    min-height: 100%;
    padding: 30px;

    border-radius: 30px;
    background: #92D8FA;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    opacity: 1;
    transition: left 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.searchResults-01 .searchResults-details .details-item{
    display: none;
    position: relative;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.searchResults-01 .searchResults-details .details-item.active{
    display: block;
}
.searchResults-01 .searchResults-details .details-item.active.show{
    opacity: 1;
}
.searchResults-01 .searchResults-pane.active + .searchResults-details{
    left: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-details{
        position: relative;
        top: 0;
        left: 0;
        bottom: auto;
        overflow-y: visible;
        width: 100%;
        min-height: auto;

        display: none;
        opacity: 0;
    }
    .searchResults-01 .searchResults-pane.active + .searchResults-details{
        left: 0;
        display: block;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    }
    .searchResults-01 .searchResults-pane.active.hide + .searchResults-details{
        opacity: 1;
    }
}

.searchResults-01 .searchResults-main.style-01 .searchResults-details .details-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-details .details-item .item-header .cont{
    position: relative;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Almarai';
    font-weight: normal;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-details .details-item .item-header .cont > span{
    display: block;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-details .details-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
    border-radius: 24px;
}
.searchResults-01 .searchResults-main.style-01 .searchResults-details .details-item .item-header .pic img{
    max-width: 100%;
    border-radius: 24px;
}

.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-pic{
    display: none;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 10px -5px -10px;
    padding: 0;
    width: calc(100% + 10px);
    text-align: center;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-social li{
    margin: 0 5px 10px;
    max-width: 30px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-info .job{
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-info .name{
    font-size: 15px;
    line-height: 20px;
}
.searchResults-01 .searchResults-main.style-02 .searchResults-details .details-item .item-header .item-info .experience{
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}
.searchResults-01 .searchResults-details .details-item .item_close{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-details .details-item .item_close{
        display: none;
    }
}
.searchResults-01 .searchResults-details .details-item .item-cont{
    color: #112862;
    font-size: 20px;
    line-height: 27px;
}
.searchResults-01 .searchResults-details .details-item .item-footer{
    position: absolute;
    display: none;
    bottom: -62px;
    right: -30px;
}
.searchResults-01 .searchResults-details .details-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    padding: 8px 30px 8px 15px;
    color: #112862;
    font-size: 12px;
    line-height: 16px;

    border: 1px solid #92D8FA;
    background-color: #FFF;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: border 300ms ease-in-out, background 300ms ease-in-out, color 300ms ease-in-out;
}
.searchResults-01 .searchResults-details .details-item .item-footer .item-btn::before {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 50%;
    content: "\f105";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.searchResults-01 .searchResults-details .details-item .item-footer .item-btn:hover{
    color: #FFF;
    border: 1px solid #112862;
    background-color: #112862;
}
@media only screen and (max-width: 991px){
    .searchResults-01 .searchResults-details .details-item .item-footer{
        display: block;
    }
}








/* editResults main */
.editResults-main{
    position: relative;
    overflow: hidden;
}
.editResults-main .editResults-pane{
    position: relative;
    opacity: 1;
    transition: padding 300ms ease-in-out, opacity 300ms ease-in-out;
}
.editResults-main .editResults-pane.active{
    padding-left: 325px;
}
@media only screen and (max-width: 991px){
    .editResults-main{
        overflow: visible;
    }
    .editResults-main .editResults-pane{
        padding-left: 0 !important;
    }
    .editResults-main .editResults-pane.active{
        opacity: 0;
    }
    .editResults-main .editResults-pane.active.hide{
        display: none;
    }
}

.editResults-main .editResults-pane.active .pane-content .result-item .item-cont{
    padding-left: 10px;
}
@media only screen and (max-width: 991px){
    .editResults-main .editResults-pane.active .pane-content .result-item .item-cont{
        padding-left: 0;
    }
}


.editResults-main.style-01 .editResults-pane .pane-content{
    position: relative;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item{
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #707070;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont{
    position: relative;
    color: #112862;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .edit_btn,
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    border-radius: 50%;
    color: #FFF;
    overflow: hidden;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .edit_btn a,
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    color: currentColor;
    text-decoration: none;
    transition: background 300ms ease-in-out;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .edit_btn{
    background: #10235D;
    margin-inline-end: 10px;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn{
    background: #FF0404;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .edit_btn a:hover{
    background: #030F33;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn a:hover{
    background: #670A0A;
}



.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .info{
    font-size: 15px;
    line-height: 20px;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .cont .job{
    color: #A70940;
    font-size: 18px;
    line-height: 24px;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
}
.editResults-main.style-01 .editResults-pane.active .pane-content .result-item .item-header .pic{
    margin-left: 10px;
}
@media only screen and (max-width: 991px){
    .editResults-main.style-01 .editResults-pane.active .pane-content .result-item .item-header .pic{
        margin-left: 0;
    }
}

.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-header .pic img{
    max-width: 100%;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item  .item-cont{
    position: relative;
    color: #112862;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 8px 24px 8px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.editResults-main.style-01 .editResults-pane.active .pane-content .result-item .item-footer .item-btn{
    border-radius: 0 25px 25px 0;
}
@media only screen and (max-width: 991px){
    .editResults-main.style-01 .editResults-pane.active .pane-content .result-item .item-footer .item-btn{
        border-radius: 25px;
    }
}
.editResults-main.style-01 .editResults-pane .pane-content .result-item .item-footer .item-btn:hover,
.editResults-main.style-01 .editResults-pane .pane-content .result-item.active .item-footer .item-btn{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);
}

.editResults-main.style-01 .editResults-pane .pane-footer{
    position: relative;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group a{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group a .icon{
    line-height: 1;
    vertical-align: middle;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group a.showMore .icon{
    margin-inline-start: 5px;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group a.buildAlerts .icon{
    margin-inline-end: 5px;
    font-size: 1.5em;
}
.editResults-main.style-01 .editResults-pane .pane-footer .button_group a:hover{
    background: #10235D;
}

.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}
.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .page-list{
    display: flex;
    align-items: center;
    margin: -1px -1px;
    padding: 0;
    list-style: none;
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .page-list li{
    margin: 1px 1px;
}
.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .page-list a{
    display: inline-flex;
    padding: 1px 5px;
    color: #707070;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border 300ms ease-in-out;
}
.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .page-list li a:hover,
.editResults-main.style-01 .editResults-pane .pane-footer .pane-pages .page-list li.active a{
    border: 1px solid #8591DF;
}





.editResults-main.style-02 .editResults-pane .pane-content{
    position: relative;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item{
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 35px;
    padding-right: 45px;
    border-bottom: 1px dashed #707070;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont{
    position: relative;
    color: #112862;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn{
    position: absolute;
    top: 0;
    right: -45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    border-radius: 50%;
    color: #FFF;
    overflow: hidden;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    color: currentColor;
    text-decoration: none;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .title .edit_btn{
    background: #10235D;
    margin-inline-end: 10px;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .title .delete_btn{
    background: #FF0404;
}



.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .info{
    font-size: 15px;
    line-height: 20px;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .cont .job{
    color: #A70940;
    font-size: 18px;
    line-height: 24px;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
}
.editResults-main.style-02 .editResults-pane.active .pane-content .result-item .item-header .pic{
    margin-left: 10px;
}
@media only screen and (max-width: 991px){
    .editResults-main.style-02 .editResults-pane.active .pane-content .result-item .item-header .pic{
        margin-left: 0;
    }
}

.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-header .pic img{
    max-width: 100%;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item  .item-cont{
    position: relative;
    color: #112862;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 8px 24px 8px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.editResults-main.style-02 .editResults-pane.active .pane-content .result-item .item-footer .item-btn{
    border-radius: 0 25px 25px 0;
}
@media only screen and (max-width: 991px){
    .editResults-main.style-02 .editResults-pane.active .pane-content .result-item .item-footer .item-btn{
        border-radius: 25px;
    }
}
.editResults-main.style-02 .editResults-pane .pane-content .result-item .item-footer .item-btn:hover,
.editResults-main.style-02 .editResults-pane .pane-content .result-item.active .item-footer .item-btn{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);
}

.editResults-main.style-02 .editResults-pane .pane-footer{
    position: relative;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group a{
    display: inline-flex;
    align-items: center;
    margin: 0 7px 5px;
    padding: 2px 20px 5px;
    min-height: 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    background: #00ACFF;
    border-radius: 13px;
    transition: background 300ms ease-in-out;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group a .icon{
    line-height: 1;
    vertical-align: middle;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group a.showMore .icon{
    margin-inline-start: 5px;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group a.buildAlerts .icon{
    margin-inline-end: 5px;
    font-size: 2em;
}
.editResults-main.style-02 .editResults-pane .pane-footer .button_group a:hover{
    background: #10235D;
}

.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}
.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .page-list{
    display: flex;
    align-items: center;
    margin: -1px -1px;
    padding: 0;
    list-style: none;
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .page-list li{
    margin: 1px 1px;
}
.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .page-list a{
    display: inline-flex;
    padding: 1px 5px;
    color: #707070;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border 300ms ease-in-out;
}
.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .page-list li a:hover,
.editResults-main.style-02 .editResults-pane .pane-footer .pane-pages .page-list li.active a{
    border: 1px solid #8591DF;
}
.editResults-main .editResults-details{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -325px;
    width: 325px;
    min-height: 100%;
    padding: 30px;

    border-radius: 30px;
    background: #92D8FA;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    opacity: 1;
    transition: left 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.editResults-main .editResults-details .details-item{
    display: none;
    position: relative;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.editResults-main .editResults-details .details-item.active{
    display: block;
}
.editResults-main .editResults-details .details-item.active.show{
    opacity: 1;
}
.editResults-main .editResults-pane.active + .editResults-details{
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 991px){
    .editResults-main .editResults-details{
        position: relative;
        top: 0;
        left: 0;
        bottom: auto;
        overflow: visible;
        width: 100%;
        min-height: auto;

        display: none;
        opacity: 0;
    }
    .editResults-main .editResults-pane.active + .editResults-details{
        left: 0;
        display: block;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    }
    .editResults-main .editResults-pane.active.hide + .editResults-details{
        opacity: 1;
    }
}




.editResults-main .editResults-details .details-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.editResults-main .editResults-details .details-item .item-header .cont{
    position: relative;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Almarai';
    font-weight: normal;
}
.editResults-main .editResults-details .details-item .item-header .cont > span{
    display: block;
}
.editResults-main .editResults-details .details-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
    border-radius: 24px;
}
.editResults-main .editResults-details .details-item .item-header .pic img{
    max-width: 100%;
    border-radius: 24px;
}
.editResults-main .editResults-details .details-item .item_close{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 991px){
    .editResults-main .editResults-details .details-item .item_close{
        display: none;
    }
}
.editResults-main .editResults-details .details-item .item-cont{
    color: #112862;
    font-size: 20px;
    line-height: 27px;
}
.editResults-main .editResults-details .details-item .item-footer{
    position: absolute;
    display: none;
    bottom: -62px;
    right: -30px;
}
.editResults-main .editResults-details .details-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    padding: 8px 30px 8px 15px;
    color: #112862;
    font-size: 12px;
    line-height: 16px;

    border: 1px solid #92D8FA;
    background-color: #FFF;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: border 300ms ease-in-out, background 300ms ease-in-out, color 300ms ease-in-out;
}
.editResults-main .editResults-details .details-item .item-footer .item-btn::before {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 50%;
    content: "\f105";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.editResults-main .editResults-details .details-item .item-footer .item-btn:hover{
    color: #FFF;
    border: 1px solid #112862;
    background-color: #112862;
}
@media only screen and (max-width: 991px){
    .editResults-main .editResults-details .details-item .item-footer{
        display: block;
    }
}








.jobAlert-main{
    position: relative;
}
.jobAlert-main .jobAlert-pane{
    position: relative;
    opacity: 1;
    transition: padding 300ms ease-in-out, opacity 300ms ease-in-out;
}
.jobAlert-main .jobAlert-pane.active{
    padding-left: 325px;
}
@media only screen and (max-width: 991px){
    .jobAlert-main .jobAlert-pane{
        padding-left: 0 !important;
    }
    .jobAlert-main .jobAlert-pane.active{
        opacity: 0;
    }
    .jobAlert-main .jobAlert-pane.active.hide{
        display: none;
    }
}

.jobAlert-main .jobAlert-pane .pane-pages{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    transition: max-width 300ms ease-in-out;
}
.jobAlert-main .jobAlert-pane .pane-pages .pane-title{
    flex-shrink: 0;
    margin-inline-end: 25px;
}
.jobAlert-main .jobAlert-pane .pane-pages .page-list{
    display: flex;
    align-items: center;
    margin: -1px -1px;
    padding: 0;
    list-style: none;
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.jobAlert-main .jobAlert-pane .pane-pages .page-list li{
    margin: 1px 1px;
}
.jobAlert-main .jobAlert-pane .pane-pages .page-list a{
    display: inline-flex;
    padding: 1px 5px;
    color: #707070;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border 300ms ease-in-out;
}
.jobAlert-main .jobAlert-pane .pane-pages .page-list li a:hover,
.jobAlert-main .jobAlert-pane .pane-pages .page-list li.active a{
    border: 1px solid #8591DF;
}

@media only screen and (max-width: 991px){
    .jobAlert-main .jobAlert-pane .pane-pages{
        display: none;
    }
}

.jobAlert-main .jobAlert-pane.active .pane-content .result-item .item-cont{
    padding-left: 10px;
}
@media only screen and (max-width: 991px){
    .jobAlert-main .jobAlert-pane.active .pane-content .result-item .item-cont{
        padding-left: 0;
    }
}
.jobAlert-main.style-01{
    position: relative;
    overflow: hidden;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content{
    position: relative;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item{
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #707070;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .cont{
    position: relative;
    color: #112862;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .cont .title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Almarai';
    font-weight: normal;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .cont .info{
    font-size: 15px;
    line-height: 20px;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .cont .job{
    color: #A70940;
    font-size: 18px;
    line-height: 24px;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
}
.jobAlert-main.style-01 .jobAlert-pane.active .pane-content .result-item .item-header .pic{
    margin-left: 10px;
}
@media only screen and (max-width: 991px){
    .jobAlert-main.style-01{
        overflow: visible;
    }
    .jobAlert-main.style-01 .jobAlert-pane.active .pane-content .result-item .item-header .pic{
        margin-left: 0;
    }
}

.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-header .pic img{
    max-width: 100%;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item  .item-cont{
    position: relative;
    color: #112862;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, 50%, 0);
    z-index: 1;
}

.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 7px 24px 10px 38px;

    color: #00ACFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Almarai';
    font-weight: normal;

    background: #E4E4E4;
    border: 1px solid #F1F1F1;
    border-radius: 25px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: color 300ms ease-in-out, background 300ms ease-in-out, border 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-footer .item-btn::before{
    position: absolute;
    left: 15px;
    top: 50%;

    content: "\f104";
    font-size: 1.2em;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.jobAlert-main.style-01 .jobAlert-pane.active .pane-content .result-item .item-footer .item-btn{
    border-radius: 0 25px 25px 0;
}
@media only screen and (max-width: 991px){
    .jobAlert-main.style-01 .jobAlert-pane.active .pane-content .result-item .item-footer .item-btn{
        border-radius: 25px;
    }
}
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item .item-footer .item-btn:hover,
.jobAlert-main.style-01 .jobAlert-pane .pane-content .result-item.active .item-footer .item-btn{
    color: #FFF;
    background: #92D8FA;
    border: 1px solid #92D8FA;
    box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.16);
}

.jobAlert-main.style-01 .jobAlert-details{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -325px;
    width: 325px;
    min-height: 100%;
    padding: 30px;

    border-radius: 30px;
    background: #92D8FA;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    opacity: 1;
    transition: left 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.jobAlert-main.style-01 .jobAlert-details .details-item{
    display: none;
    position: relative;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.jobAlert-main.style-01 .jobAlert-details .details-item.active{
    display: block;
}
.jobAlert-main.style-01 .jobAlert-details .details-item.active.show{
    opacity: 1;
}
.jobAlert-main.style-01 .jobAlert-pane.active + .jobAlert-details{
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 991px){
    .jobAlert-main.style-01 .jobAlert-details{
        position: relative;
        top: 0;
        left: 0;
        bottom: auto;
        overflow: visible;
        width: 100%;
        min-height: auto;

        display: none;
        opacity: 0;
    }
    .jobAlert-main.style-01 .jobAlert-pane.active + .jobAlert-details{
        left: 0;
        display: block;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    }
    .jobAlert-main.style-01 .jobAlert-pane.active.hide + .jobAlert-details{
        opacity: 1;
    }
}

.jobAlert-main.style-01 .jobAlert-details .details-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-header .cont{
    position: relative;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Almarai';
    font-weight: normal;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-header .cont > span{
    display: block;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-header .pic{
    flex-shrink: 0;
    max-width: 100px;
    border-radius: 24px;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-header .pic img{
    max-width: 100%;
    border-radius: 24px;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item_close{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(-100%, -100%, 0);
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 991px){
    .jobAlert-main.style-01 .jobAlert-details .details-item .item_close{
        display: none;
    }
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-cont{
    color: #112862;
    font-size: 20px;
    line-height: 27px;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-footer{
    position: absolute;
    display: none;
    bottom: -62px;
    right: -30px;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-footer .item-btn{
    position: relative;
    display: inline-block;
    padding: 8px 30px 8px 15px;
    color: #112862;
    font-size: 12px;
    line-height: 16px;

    border: 1px solid #92D8FA;
    background-color: #FFF;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: border 300ms ease-in-out, background 300ms ease-in-out, color 300ms ease-in-out;
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-footer .item-btn::before {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 50%;
    content: "\f105";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
}
.jobAlert-main.style-01 .jobAlert-details .details-item .item-footer .item-btn:hover{
    color: #FFF;
    border: 1px solid #112862;
    background-color: #112862;
}
@media only screen and (max-width: 991px){
    .jobAlert-main.style-01 .jobAlert-details .details-item .item-footer{
        display: block;
    }
}



.advanceSearch-01{
    position: relative;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    border: 2px solid rgba(112, 112, 112, 0.4);
}

.advanceSearch-01 .advanceSearch-header{
    position: relative;
    margin-bottom: 48px;
}
.advanceSearch-01 .advanceSearch-header .header-title{
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.advanceSearch-01 .advanceSearch-header .header-title .title{
    display: inline-flex;
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.advanceSearch-01 .advanceSearch-header .header-title .title .icon{
    margin-inline-end: 25px;
    color: #A70940;
    font-size: 1.2em;
    line-height: 1;
}

.advanceSearch-01 .advanceSearch-wrap{
    display: flex;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-tool{
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 360px;
    width: 360px;
    margin-inline-end: 30px;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-tool .tool-group{
    display: none;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-tool .tool-group .tool-item{
    margin: 0 5px;
}

.advanceSearch-01 .advanceSearch-wrap .advanceSearch-main{
    flex-grow: 1;
    flex-shrink: 1;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .mobile-tool-btn{
    display: none;

    align-items: center;
    padding: 15px;

    color: #5F5F5F;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    border-radius: 11px;
    background: #E8E8E8;

    cursor: pointer;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .mobile-tool-btn .icon{
    margin-inline-end: 10px;
    max-width: 100%;
    flex-shrink: 0;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .main-header{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}
.advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .main-content .content-title{
    margin-bottom: 15px;
    color: #5F5F5F;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

@media only screen and (max-width: 991px){
    .advanceSearch-01{
        padding: 0;
        border: none;
        background: transparent;
    }
    .advanceSearch-01 .advanceSearch-wrap{
        flex-wrap: wrap;
    }
    .advanceSearch-01 .advanceSearch-wrap .advanceSearch-tool{
        display: none;
        flex-basis: 100%;
        margin-inline-end: 0;
        padding: 30px 15px;
        width: 100%;
        background: #E8E8E8;
        opacity: 0;
        transition: opacity 300ms ease-in-out;
    }
    .advanceSearch-01 .advanceSearch-wrap .advanceSearch-tool .tool-group{
        display: flex;
    }

    .advanceSearch-01 .advanceSearch-wrap .advanceSearch-main{
        flex-basis: 100%;
        width: 100%;

        opacity: 1;
        transition: opacity 300ms ease-in-out;
    }
    .advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .mobile-tool-btn{
        display: inline-flex;
    }
    .advanceSearch-01 .advanceSearch-wrap .advanceSearch-main .main-header{
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none;
    }


    .advanceSearch-01 .advanceSearch-wrap.active .advanceSearch-tool{
        display: block;
    }
    .advanceSearch-01 .advanceSearch-wrap.active.hide .advanceSearch-tool{
        opacity: 1;
    }
    .advanceSearch-01 .advanceSearch-wrap.active .advanceSearch-main{
        display: none;
    }
    .advanceSearch-01 .advanceSearch-wrap.active.hide .advanceSearch-main{
        opacity: 0;
    }
}







.popup-box-01 {
    position: relative;

    margin: 0 auto;
    padding: 50px 40px;

    width: auto;
    max-width: 1020px;
    background-color: #FFF;
    border-radius: 64px;

    direction: rtl;
    text-align: initial;

    background: url('../images/popupBox-bg-01.png') bottom center no-repeat , linear-gradient(180deg, #1188FF 0%, #FFFFFF 10%, #FFFFFF 85%, #1188FF 100%);
    background-size: 100% auto;
}
.popup-box-01 .mfp-close{
    top: 20px;
    left: 30px;
    right: auto;
}
.popup-box-01 .popup-header .title{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
}
.popup-box-01 .popup-header .title .icon{
    font-size: 2em;
    line-height: 1;
}
.popup-box-01 .popup-content .item-box:not(:first-child){
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #707070;
}
.popup-box-01 .popup-content .item-box > .item-title{
    margin-bottom: 20px;
    color: #006AFF;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
}

.popup-box-01 .popup-footer{
    margin-top: 20px;
}


/* The container */
.container-cb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-cb:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-cb input:checked ~ .checkmark {
    background-color: #00ACFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-cb input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-cb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

