body {
    font-family: "helvetica-Roman";
}

h1,
h2,
h3,
h4,
h5,
.title,
.form-box h3,
.dashboard .dash-menu .menu-block h4 {
    font-family: "helvetica-Roman";
}

.vpro.subtitle {
    text-align: right !important;
}

.text-left {
    text-align: right !important;
}


/*.form-group {
    direction: rtl;
    text-align: right;
}*/

#closeCookie {
    position: absolute;
    right: auto !important;
    top: 10px;
    border: none;
    outline: none;
    left: 10px !important;
}

.cookie-wrapper {
    padding: 15px 25px 30px 55px !important;
    text-align: right !important;
    right: 0;
    left: auto !important;
}

.subtitle,
.bg-light .navbar-nav .nav-item .nav-link,
.initiative-list .item .details .btn,
.features .feature h4 {
    font-family: "helvetica-Roman";
}

.btn {
    padding-top: 6px;
    padding-bottom: 10px;
}

.tg-postmatadata {
    left: auto !important;
    right: 0;
}

@media (min-width: 992px) {
    .bg-light .navbar-nav .nav-item .nav-link {
        padding: 5px 20px 9px 20px;
    }
}

.list-slider {
    direction: ltr;
}

.hub .hub-box p {
    font-weight: 400
}

.hub .hub-box h3 {
    color: #000
}

.hub .hub-box .btn {
    padding: 7px 11px 11px 11px
}

.initiative-list .slick-current .item {
    direction: rtl;
}

.initiative-list .item .item-img {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.initiative-list .item .details ul li span {
    margin-right: 0;
    margin-left: 8px;
}

.map .inner-block .bg {
    background-image: linear-gradient(-51deg, #9ad4d8 28%, rgba(154, 212, 216, 0) 86%);
    background-position: center;
}

.navbar-expand-lg .navbar-nav.mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.navbar-expand-lg .navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.bg-light .navbar-nav .nav-item .nav-link.btn-outline-black {
    margin-right: 0px;
    margin-left: 40px;
}

.hero .inner-block .text-box {
    margin-right: auto;
}

.hero .inner-block .text-box h1 small {
    font-weight: 400;
    line-height: 2.11;
}

.steps .step-info .num {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .hero .inner-block {
        padding-left: 30px;
        padding-right: 140px;
    }
}

.FAQ .accordion-group .accordion-heading a {
    font-family: "helvetica-Roman";
}

.FAQ .accordion-group .accordion-heading a i {
    float: left
}

.FAQ .accordion-group p {
    font-family: "helvetica-Roman";
}

.vol-sub-nav {
    left: auto !important;
    margin-top: 5px !important;
    max-width: 200px;
    width: 100%;
    border-radius: 10px 10px !important;
}

.vol-sub-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slick-next {
    right: -35px !important;
}

.slick-slide {
    float: right;
}


/*.tg-borderleft {
    padding: 0 10px 0 0px !important;
}*/

.tg-borderleft:before {
    left: auto !important;
    right: 0;
}

.category_label {
    right: auto !important;
    left: 0 !important;
}

#post_list_container .fx5 a .item h4 {
    top: 50%;
    left: auto;
    right: 0;
    margin-right: -85px;
}

#post_list_container .fx5 a:hover .item h4,
#post_list_container .fx5 a:focus .item h4 {
    left: auto;
    right: 50%;
}

.iconPM {
    left: 18% !important;
}


/*********** Survey ***********/

.page-survey .page-header-container>p {
    left: auto;
    right: 0;
    direction: rtl;
}

#survey-sec {
    padding: 50px 0;
    border-top: solid 1px #eee;
}

#survey-sec .title,
#survey-sec label,
#survey-sec .vol-types {
    direction: rtl;
}

#surveyForm {
    margin-top: 50px;
    text-align: right;
}

#surveyForm ul {
    padding: 0;
    list-style: none;
    direction: rtl;
}

#surveyForm ul li {
    display: inline-block;
    text-align: center;
}

#surveyForm ul li span {
    display: block;
}

#survey-sec label {
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 15px;
    display: block;
}

#survey-sec h6 {
    font-size: 22px;
    font-weight: bold;
    direction: rtl;
    margin-bottom: 25px;
}

.number_box {
    background: #e1833b;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    margin-bottom: 5px;
}

.smiley input[type="radio"] {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.smiley input[type="radio"]:hover,
.smiley input[type="radio"]:checked {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.smiley input[type="radio"]:focus {
    outline: 0;
}

.smiley input[type="radio"].happy {
    background: url("/survey/images/happy_ampvnc.svg") center;
    background-size: cover;
}

.smiley input[type="radio"].neutral {
    background: url("/survey/images/neutral_t3q8hz.svg") center;
    background-size: cover;
}

.smiley input[type="radio"].sad {
    background: url("/survey/images/sad_bj1tuj.svg") center;
    background-size: cover;
}

.adcd_modals .modal-content .modal-body .feature {
    text-align: right !important;
}

.adcd_modals .modal-content .modal-body .feature ul {
    padding: 0 15px 0 0;
}

.adcd_modals .modal-content .modal-body .feature h3,
.project-tab.second_version .nav-link,
.feature h4 {
    font-family: "helvetica-Roman";
}

.modal .modal-content .modal-header .close {
    right: auto;
    left: 30px;
}

.btn-initiative-shortlist {
    left: 10px;
    right: auto !important;
}

.meet_our_heroes_list .feature.media div.ds,
.meet_our_heroes_list .feature.media a.ds,
.meet_our_heroes_list .feature.media .media-body {
    text-align: right !important;
}

.meet_our_heroes_list .feature.media .design_bg {
    right: auto !important;
    left: 0 !important;
}

#story .form-group,
#story #body_lblMessage,
#story .feature {
    text-align: right !important;
}

.pl-15 {
    padding-left: 15px;
}

#feedback__form .form-group.radio label {
    padding-right: 10px;
}

.FAQ .accordion-group .accordion-heading a {
    padding: 25px 25px 25px 40px;
}

.FAQ .accordion-group .accordion-heading a i {
    right: auto;
    left: 20px;
}

.success-story {
    padding-bottom: 40px
}

.success-story .container {
    max-width: 1400px
}

.success-story .block-head {
    margin-bottom: 30px
}

.success-story .block-head p {
    width: 100%;
    max-width: 880px;
    font-size: 20px;
    line-height: 1.5;
    color: #5e5e5e;
    margin: 0 auto;
    z-index: 9
}

@media (min-width: 1200px) {
    .success-story .story .story-content {
        padding-right: 100px
    }
}

@media (min-width: 1200px) {
    .success-story .story:nth-child(odd) .col-md-6.story-content {
        padding-left: 100px;
        padding-right: 15px
    }
}

.float-opp-direction {
    float: left;
}

.profiler .nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    width: 100%;
    padding: 10px 15px;
    display: block;
}

.pd-lr-opp-direction {
    padding-left: 0px !important;
}

.profiler .nav-sidebar .nav>li {
    padding: 3px 0px !important;
}

.pd-lr-opp-direction {
    padding-left: 0px !important;
    padding-right: 40px !important;
}

.mental_modal p,
.mental_modal li,
.mental_modal h1,
.mental_modal h2,
.mental_modal h3,
.mental_modal h4,
.item-meta {
    text-align: right !important;
}

.align-alt-left {
    text-align: right;
}

.align-alt-right {
    text-align: left;
}

.timetable h4,
.timetable p {
    text-align: right !important;
}

#body_lblConnectD {
    text-align: center !important;
}

.effect a {
    margin-left: unset !important;
    margin-right: 20px !important;
}

.block-content .ribbon-top-right {
    right: auto;
    left: -10px;
}

.block-content .ribbon-top-right span {
    right: -34px;
    transform: rotate(-45deg);
    left: auto;
    padding: 8px 0;
}

.block-content .ribbon-top-right:before {
    top: 0;
    right: 0;
    left: auto;
}

.block-content .ribbon-top-right:after {
    bottom: 0;
    left: 0;
    right: auto;
}

.block-content .ribbon-top-right:before,
.block-content .ribbon-top-right:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e1833b;
}

.RadUpload_Bootstrap .ruRemove {
    position: relative;
    float: left !important;
    top: -36px;
}

.summer_program_header.hero .inner-block .text-box {
    max-width: 100%;
}

.summer_program_header.hero .inner-block {
    background-image: url("../images/summercamp-banner-ar.jpg");
}

.expo-numbers-list {
    margin-left: 0;
    margin-right: 15px;
}

.expo-btns li {
    margin-left: 0;
    margin-right: 20px;
}

.timeline-list li {
    margin-right: 0;
    margin-left: 30px;
}

.logos-list li {
    margin-right: 0;
    margin-left: 40px;
}

.page-expo2020 .carousel-item {
    margin-right: 0;
}

.icheckbox_square-grey,
.iradio_square-grey {
    margin-right: 0;
    margin-left: 10px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 43px;
    padding-right: 16px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    border-left: none;
    right: 0;
    border-right: 1px solid #ccc;
    left: 2px;
}

.modal.custom_modal .modal-content .modal-header .close {
    right: auto;
    left: 16px;
}

.carousel-item {
    margin-right: 0;
}

.form-box .form-control {
    text-align: right;
}

.train-part .train-info {
    padding-left: 0;
    padding-right: 15px;
}

.edit__btn {
    padding-left: 0;
    padding-right: 5px;
}

.dashboard .dash-menu .menu-block .QR span {
    margin-right: 0;
    margin-left: 10px;
}

.page-vol-register .skin.skin-square>label {
    padding-left: 0;
    padding-right: 40px;
}

.select2-container .select2-dropdown {
    direction: rtl;
}

.page-vol-dashboard .qr_cont {
    padding-left: 0;
    padding-right: 90px;
}

.float-right.profile_percentage {
    float: left !important;
}

.dashboard .dash-menu .menu-block .manage-block {
    right: auto;
    left: 10px;
}

.doc-css-wrapper.active .download-img {
    right: auto;
    left: 0;
}

.dropArea>p .btn-upload {
    margin-left: 20px;
    margin-right: 0 !important;
}

.summary-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto !important;
}

.vol_mobile {
    direction: ltr;
    display: inline-block;
}

ul.navbar-nav li a.dropdown-user-link .user-nav {
    float: left;
    margin-left: .8rem;
    margin-right: .8rem;
    margin-top: .1rem;
}

ul.navbar-nav li a.dropdown-user-link .user-name {
    text-align: right;
}

ul.navbar-nav li a.dropdown-user-link .user-status {
    text-align: right;
}

.en-font {
    font-family: "CeraPro";
}

ul.navbar-nav li.dropdown-user {
    line-height: 1 !important;
    /* margin-right: 15px; */
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.doc-css-wrapper.active .img-details ul li {
    text-align: right;
    direction: rtl;
}
.steps {
    text-align: left;
}
#progressbar li{
    float: right;
}
.icon-wrap {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#statistics_slider .slick-prev {
    left: 13px !important;
}
#statistics_slider .slick-next {
    right: 0px !important;
}

.dashboard .job-details .box .inner-box .green-bg {
    border-radius: 10px 0 0 10px;
}
.dashboard .job-details .box .inner-box .purple-bg {
    border-radius: 10px 0 0 10px;
}
.participation-hours {
    
    left: 10px;
    right: unset;
}
.text-right
{
    text-align: left !important;
}



.box20:before {
    right: -100%;
    transform: rotate(-25deg);
}
.box20:hover:before {
    right: 10%;
}
.box20:hover .box-content{
    text-align: right;
}
.box20:after {
    right: 53%;
    transform: rotate(33deg);
    left: unset;
}

.box20 .icon {
    opacity: 0;
    text-align: right;
}
.box20:hover .icon {
    opacity: 1;
}

.dashboard .blocks .options .btn:first-child {
    margin-left: unset;
    margin-right: 15px;
}
.dashboard .blocks .options .btn:last-child {
    margin-left: unset;
    margin-right: 5px;
}
.CV-timeline {
    margin: 0 0.5em 0 0;
    padding-right: 1.5em;
    border-right: solid 1px #222;
    border-left: 0px;
}
    .CV-timeline:before {
        right: -0.5em;
    }


#load_About_Volunteers, #load_About_EF, #load_About_MOCD{
    direction: rtl;
    text-align: right;
}

.MD8 {
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.MD4 {
    padding-right: 0;
    margin-top: 0.63rem !important;
    padding-left: 15px;
}
.EID-Details {
    padding-left: 0px;
    
}
.uploader label {
    border-right: 1px solid #cecece;
    border-left: 0px;
}

#timer_default{
    right: auto;
    left: 0;
}
#chat-circle {
    right: auto;
    left: 30px;
}
.chat-box{
    left: 30px;
    right: auto;
}
.chat-box-body .feature {
    text-align: right;
    direction: rtl;
}
.chat-box-toggle {
    right: auto;
    left: -10px;
}
#cCMainCont .sp_mobile{
    padding-left: 0;
    padding-right: 115px;
}
.mobile_input .txt_mobile {
    padding-left: 0;
    padding-right: 105px;
}

.pull-right {
    float: left !important;
}
.fa.pull-right {
    margin-right: 0.3em;
    margin-left: auto !important;
}
ul.dropdown li a .fa.pull-right {
    margin-top: 5px;
}

.arrow-toggle.collapsed .icon-arrow-up, .arrow-toggle .icon-arrow-down {
    float: left !important;
}
.dashboard h1, .dashboard .dash-menu .menu-block h4 {
    font-family: "helvetica-Roman"
}
/*** Dashboard *****/
.dash-menu ul.dropdown li a .fa.pull-right{
    float: left;
    margin-left: 0;
    margin-right: 0.3em;
}
.small_blocks_cont .icon-wrap1{
    padding: 4px 8px 0px 0;
}
.doc-css-wrapper.active .img-details {
    padding-right: 50px;
    padding-left: 0 !important;
}
.doc-css-wrapper .frontLayer{
    left: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 84px;
}
.doc-css-wrapper.active .img-details ul li span{
    margin-right: 0 !important;
    margin-left: 10px;
}
.doc_wrapper .box20 .icon{
    right: auto;
    left: 0;
}
.top-col.Quick{
    padding-left: 0;
    padding-right: 15px;
}

.doc-css-wrapper.active .img-details ul li span{
    text-align: right !important;
    min-width: 85px !important;
}
#skillTable tr td:last-child .btn:last-child, #langTable tr td:last-child .btn:last-child, #interestTable tr td:last-child .btn:last-child{
    margin-left: 0;
    margin-right: 10px;
}
.error.help-block {
    right: auto;
    left: 0;
}
.expiry-Passport,
.number-Passport,
.expiry-EID,
.number-EID{
    direction: ltr;
    unicode-bidi: embed;
}
.card-EID .card-text > .uploadDocument{
    margin: 0 5px;
}
#newload_shortlisting ul{
    text-align: right;
}
.initiative-list .item .details {
    text-align: right;
}
.initiative-list .item .details .btn {
    right: auto;
    left: 0;
}

.custom-dropdown-menu .dropdown-item{
    text-align: right;
}
.mobileapp img.device {
    right: auto;
    left: 100px;
}
a.btn-download-app {
    margin: 15px 0 10px 15px;
}
.summery-padding-right {
    padding-left: 0.5rem !important;
    padding-right: 15px !important;
}

.summery-padding-left {
    padding-right: 0.5rem !important;
    padding-left: 15px !important;
}

.contact-person i.fa {
    margin-right: 10px;
    margin-left: unset !important;
}

#dateCalendarContainer2 select {
    margin-right: unset !important;
    margin-left: 15px;
}
#loginModal78548 .forget-link {
    float: left;
}
#loginModal78548 .form-title {
    text-align: right;
}

