ul {
    list-style: none;
}

.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.colorStyle1 {
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #f50057;
}

h2.header1 {
    font-size: 20px;
}

.sideImage-Grid {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-caption .row {
    margin-left: 0px;
    margin-right: 0px;
}

.container-arrow-search {
    position: fixed;
    z-index: 9999;
    top: 17px;
    left: 25px;
    display: none;
}

.sb-icon-search-close {
    z-index: 999;
    width: 55px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 52px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background: #da6d0d;
    color: #fff;
}

.container-arrow-search .glyphicon-chevron-left:hover {
    color: #FF931E;
    cursor: pointer;
}

.container-arrow-search .glyphicon-chevron-right:hover {
    color: #FF931E;
    cursor: pointer;
}

.container-arrow-search a:hover {
    text-decoration: none;
}

.card-caption .row {
    margin-left: 0px;
    margin-right: 0px;
}

.sideImage-Grid {
    margin-top: 15px;
    margin-bottom: 15px;
}

.foo {
    overflow: hidden;
}

.buttonstyle {
    margin-top: -24px;
    padding-right: 20px;
}

.eyeStyle {
    font-size: 25px;
    color: #9FD14F;
    position: relative;
    right: 0px;
}

.textstyle {
    font-size: 16pt;
    font-family: Adobe Arabic;
    font-weight: bold;
    text-decoration: none;
    color: black;
    position: relative;
    bottom: 10px;
    margin-right: 7px;
}

.per {
    position: relative;
    float: left;
    margin-left: 230px;
    font-size: 16pt;
    margin-top: 12px;
    width: 30px;
}

.LTour
/*LT*/

{
    font-size: 16pt;
    float: right;
    right: -96px;
    position: relative;
    font-weight: bold;
    top: 15px;
}

.LTour .glyphicon {
    font-size: 25px;
    color: #9FD14F;
    position: relative;
    right: 0px;
    padding-left: 8px;
    top: 8px;
    cursor: pointer;
}

.LTour .glyphicon:hover {
    color: #FF931E;
}


/*phone container*/

footer .support-container span {
    position: relative;
    font-size: 22px;
    color: white;
    float: left;
    left: 7px;
    top: -1px;
}

footer .support-container {
    float: left;
    position: absolute;
    bottom: 26px;
    left: 180px;
    width: 40px;
    border-left: 1px solid white;
}

footer .support-container .popover {
    width: 200px;
    height: 150px;
    right: -90px;
}

footer .support-description {
    color: white;
    float: left;
    position: absolute;
    left: 30px;
    font-family: Adobe Arabic;
    font-size: 14pt;
    cursor: normal;
    width: 85px;
}


/*end of phone container*/

.input_size {
    width: 50%;
}

.glyphicon-pencil {
    cursor: pointer;
    color: #9FD14F;
}

.glyphicon-edit {
    cursor: pointer;
    color: #9FD14F;
}

.glyphicon-eye-open {
    cursor: pointer;
    color: #9FD14F;
}


/*add by safaa */

#submit {
    background-color: #9FD14F;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    margin: 4px 2px;
    font-family: Adobe Arabic;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

#submit:hover {
    background-color: #FF931E;
}

.progress_div {
    position: absolute;
    /* background-color: #bde085; */
    height: 12px;
    top: -21px;
    left: 54px;
    width: 400%;
    /* direction: rtl; */
    /* box-shadow: 0px 5px 10px #888888; */
    /* opacity: 0.95; */
    /* z-index: 200; */
}

.outer_div .progressbar {
    float: left;
    position: absolute;
    left: 50px;
    bottom: 0px;
    top: 40px;
    color: transparent;
}

progress[value] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
}

.progressbar-color {
    color: #FF931E;
}

.progressbar-color::-webkit-progress-value {
    background-color: #FF931E;
}

.progressbar-color::-moz-progress-bar {
    background-color: #FF931E;
}


/* All good till now. Now we'll style the background */

progress::-webkit-progress-bar {
    background: #eee;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}


/* safaa 


#Progress-mobile{
	display:none;
}
#progress_desktop{
	display:block;
}*/

@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: Adobe Arabic;
    src: url(AdobeArabic-Regular.otf) format("opentype");
}

@font-face {
    font-family: Adobe Arabic;
    src: url(AdobeArabic-Bold.otf) format("opentype");
    font-weight: bold;
}

#intro {
    /* 	 padding-top:220px;
 */
    background-color: #FFF;
    right: 0;
    margin-top: 20px;
}

.img-desc {
    position: relative;
    float: right;
    font-size: 15pt;
}

.glyphicon-zoom-in {
    color: #9FD14F;
}

.outer {
    border-bottom: solid 1px #ddd;
    margin-bottom: 40px;
}

.self-assessment-link {
    font-size: 16pt;
    float: right;
    position: relative;
    margin-top: -10px;
    font-weight: bold;
    top: -12px;
}

.self-assessment-link:hover {
    color: #FF931E;
}

.self-assessment-link .glyphicon {
    font-size: 25px;
    color: #9FD14F;
    position: relative;
    right: 0px;
    padding-left: 10px;
    top: 8px;
}

.slider-pro {
    box-sizing: content-box;
}

.self-assessment-link .glyphicon:hover {
    color: #FF931E;
}

#accordion-ref {
    margin-top: 20px;
}

button span .glyphicon-circle-arrow-left {
    float: right;
    padding: 3px;
}


/*zoom configuration*/

.demo .zoomer_wrapper {
    height: 400px;
    overflow: hidden;
    width: 100%;
}

#desctoptitle {
    display: block;
}

#mobiletitle {
    display: none;
}

#desctop-unit-title {
    padding-right: 0px;
}

.page-header {
    background-color: #bde085;
    opacity: 0.95;
    position: fixed;
    left: 0;
    top: 10px;
    direction: rtl;
    width: 100%;
    /* box-sizing: border-box;*/
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s;
    box-shadow: 0px 5px 10px #888888;
    z-index: 300;
    padding-bottom: 0px;
    border-bottom: 0px solid #eee;
}

.shadow {
    box-shadow: 0px 5px 10px #888888;
}

#unitname {
    font-size: 18pt;
    font-weight: bold;
    font-family: Adobe Arabic;
}

.page-header.off-canvas {
    top: -89px;
}

.page-header.fixed {
    top: 10px;
    z-index: 50;
}

#section1 {
    background-color: #FFF;
    direction: rtl;
}

.colorStyle {
    font-weight: bold;
    color: #f50057;
}

#section2 {
    background-color: #FFF;
    direction: rtl;
}

#section3 {
    background-color: #FFF;
    direction: rtl;
}

#section4 {
    background-color: #FFF;
    direction: rtl;
}

#section5 {
    background-color: #FFF;
    direction: rtl;
}

#section6 {
    background-color: #FFF;
    direction: rtl;
}


/*added new */

.thecard {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .2);
    background-color: #fff;
    transition: 400ms ease;
    text-align: left;
    margin-bottom: 20px;
    /*added new */
    margin-top: 20px;
}

.thecard:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .7);
}

.thecard:hover .card-outmore {
    background: #FF931E;
    color: #fff;
}

.thecard a {
    color: currentColor;
    text-decoration: none;
}

.card-img {
    display: block;
    max-height: 395px;
    overflow: hidden;
}

.card-img img {
    display: block;
    width: 100%;
}

.card-caption p {
    position: relative;
    padding: 10px 10px;
}

.card-caption h1 {
    line-height: 1;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

.card-outmore {
    padding: 10px 25px;
    border-top: 1px solid #e0e0e0;
    background: #9FD14F;
    color: #222;
    display: flex;
    transition: 400ms ease;
}

.card-outmore h5 {
    flex: 1;
    font-size: 14pt;
    text-align: right;
    font-weight: bold;
    color: white;
}

.card-outmore i {
    padding: 1px 6px;
    color: white;
    font-size: 18px;
}

span.date {
    font-size: 14pt;
}

h5 {
    margin: 0;
}

.thecard .like-btn {
    font-size: 18px;
    background: #9FD14F;
    color: #fff;
    padding: 15px 15px;
    border-radius: 50em;
    position: absolute;
    left: 20px;
    top: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    transition: 400ms ease;
}

.card-img+.card-caption>.like-btn {
    top: -15px;
}

.thecard .like-btn:hover {
    background: #FF931E;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
}


/*added new */

button span .glyphicon {
    float: right;
    padding: 3px;
    margin-left: 5px;
}

#maincontent {
    pointer-events: auto;
    right: 0;
}

mark {
    background: #ff0;
    color: #000;
}

html {
    font-family: Adobe Arabic;
}

body {
    /*padding: 15px;*/
    background: #fff;
    font-family: Adobe Arabic;
}

p {
    font-size: 15pt;
    color: black;
    font-family: Adobe Arabic;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-word;
}

.menu-button {
    float: right;
    height: 50px;
    font-size: large;
    font-size: large;
    align: middle;
    padding: 15px;
    color: white;
}

.menu-button:hover {
    color: #FF931E;
}

.menu-button:visited {
    color: white;
}

div {
    text-align: justify;
    text-justify: inter-word;
}

div p {
    padding-bottom: 10px;
}

div p:last-chiled {
    padding-bottom: 0px;
}

.image-content img {
    margin-top: 7px;
    padding-bottom: 15px;
}

.outer_div {
    position: fixed;
    background-color: #bde085;
    /* 	height:51px;
 */
    top: 0;
    right: 0;
    width: 100%;
    direction: rtl;
    box-shadow: 0px 5px 10px #888888;
    opacity: 0.95;
    z-index: 600;
}

.outer_div .title-section div {
    float: right;
}

.outer_div .title-section .popover {
    width: 270px;
    height: 200px;
}

.outer_div .title-section .popover-title {
    width: 266px;
}


/*safaa*/

.outer_div .title-section .title {
    position: relative;
    font-size: 22pt;
    font-weight: bold;
    font-family: Adobe Arabic;
    padding-top: 6px;
    color: black;
}

.outer_div .title-section .title a {
    color: black;
    text-decoration: none;
}

.outer_div .title-section .title a:hover {
    text-decoration: none;
    /*color:#FF931E;*/
}

.outer_div .title-section .title2 {
    position: relative;
    font-size: 18pt;
    font-weight: bold;
    font-family: Adobe Arabic;
    padding-top: 6px;
}

.outer_div .title-section .title2 a {
    color: black;
    text-decoration: none;
}

.outer_div .title-section .title2 a:hover {
    text-decoration: none;
    /*color:#FF931E;*/
}


/*safaa*/

.outer_div .title-section .section-header {
    position: relative;
    font-size: 15pt;
    font-weight: bold;
    font-family: Adobe Arabic;
    padding-top: 14px;
    margin-right: 8px;
    color: black;
}

.glyphicon-menu-left {
    font-size: 14px;
    margin-right: 5px;
    top: 22px;
    color: #FF931E;
    position: relative;
}

#glyphicon-menu-left1 {
    top: 4px;
}

#coursename {
    display: none;
}

@media only screen and (max-width: 850px) {
    div#modal-width.modal-dialog {
        width: 94%;
    }
    #myheader {
        display: block;
    }
    .outer_div {
        box-shadow: 0px 0px 0px #888888;
    }
    #desctoptitle {
        display: none;
    }
    #mobiletitle {
        display: block;
        box-shadow: 0px 5px 10px #888888;
    }
    #mobile-unit-title {
        padding-right: 49px;
    }
    #mobile-span {
        padding-right: 30px;
    }
    .outer_div .title-section .section-header {
        position: relative;
        font-size: 15pt;
        font-weight: bold;
        font-family: Adobe Arabic;
        margin-top: -15px;
        margin-right: 8px;
        color: black;
    }
    .glyphicon-menu-left {
        font-size: 14px;
        margin-right: 15px;
        top: 4px;
        color: #FF931E;
        position: relative;
    }
    .outer_div .title-section .title2 {
        padding-top: 1px;
    }
    #coursename {
        display: block;
    }
    .shadow {
        box-shadow: 0px 5px 10px #888888;
    }
}

@media only screen and (max-width: 570px) {
    #title-id {
        color: white;
    }
    #title-id:hover {
        color: #FF931E;
    }
}

@media only screen and (max-width: 600px) {
    .header_image_background {
        height: 90px;
        margin-top: 57px;
        background: url(../resources/header.png) no-repeat center center, linear-gradient(to bottom, #FFFFFF, 50%, #FFFFFF 50%, #A8CFF2 100%, rgb(229, 253, 255)) 100%);
    }
}

@media only screen and (min-width: 600px) {
    .header_image_background {
        height: 202px;
        margin-top: 52px;
        background: url(../resources/header.png) no-repeat center center, linear-gradient( to bottom, #FFFFFF, 50%, #FFFFFF 50%, #A8CFF2 100%, rgb(229, 253, 255) 100%);
    }
}

.header_image_background {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform ease-out;
    -moz-transition-property: -moz-transform ease-out;
    transition-property: transform ease-out;
    -o-transition-property: -o-transition ease-out;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -o-transition-duration: 1s;
}


/* .header_image_background {
    background: url(../../resources/pics/banner_1.png) repeat-X center center, radial-gradient(ellipse farthest-corner at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 68%, rgba(240, 222, 193, 0) 100%);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 200px;
    margin-top: 50px;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform ease-out;
    -moz-transition-property: -moz-transform ease-out;
    transition-property: transform ease-out;
    -o-transition-property: -o-transition ease-out;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -o-transition-duration: 1s;
} */

.header-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-not-visible {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.header:before {
    position: absolute;
    content: "";
    vertical-align: middle;
    margin-top: -3px;
    width: 15px;
    height: 30px;
    background: #FF931E;
    right: 0;
    top: 0;
    bottom: 0;
}

.header {
    font-weight: bold;
    right: 0;
    color: black;
    font-family: Adobe Arabic;
    position: relative;
    font-size: 18pt;
    padding-right: 30px;
    margin-right: -30px;
    /*margin-top:35px;*/
}

.main-header {
    font-weight: bold;
    right: 0;
    color: black;
    font-family: Adobe Arabic;
    position: relative;
    font-size: 20pt;
    padding-right: 30px;
    margin-right: -30px;
}

.main-header:before {
    position: absolute;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background: #FF931E;
    right: 0;
    top: 0;
    bottom: 0;
}

#share-content span {
    font-size: 20px;
}

li {
    font-family: Adobe Arabic;
    font-size: 15pt;
}

.bullets {
    list-style-image: url('style-r/bullet.png');
}

.bullet {
    list-style-image: url('style-r/bullet1.png');
}

.component-row {
    margin-top: 15px;
}

.row-rtl .col-md-1 {
    float: right;
}

.row-rtl .col-md-2 {
    float: right;
}

.row-rtl .col-md-3 {
    float: right;
}

.row-rtl .col-md-4 {
    float: right;
}

.row-rtl .col-md-5 {
    float: right;
}

.row-rtl .col-md-6 {
    float: right;
}

.row-rtl .col-md-7 {
    float: right;
}

.row-rtl .col-md-8 {
    float: right;
}

.row-rtl .col-md-9 {
    float: right;
}

.row-rtl .col-md-10 {
    float: right;
}

.row-rtl .col-md-11 {
    float: right;
}

.panel-heading h4 a {
    font-size: 16pt;
    font-family: Adobe Arabic;
    font-weight: bold;
    text-decoration: none;
    color: black;
    position: relative;
    bottom: 10px;
    margin-right: -15px;
}

.panel-heading h3 a {
    font-size: 19pt;
    font-family: Adobe Arabic;
    font-weight: bold;
    text-decoration: none;
    color: black;
    position: relative;
    bottom: 5px;
    margin-right: -15px;
}

.panel-title {
    margin-top: 5px;
}

h3.popover-title {
    text-align: right;
}

.panel-heading h4 span {
    font-size: 25px;
    color: #9FD14F;
    position: relative;
    right: 0px;
}

button span .icon {
    float: right;
    padding: 3px;
    margin-left: 5px;
}

.panel-heading h3 span {
    font-size: 25px;
    color: #9FD14F;
    position: relative;
}

span.glyphicon.resources {
    color: rgba(77, 77, 77, 0.6);
    right: -8px;
}


/* {
    color: rgba(77, 77, 77, 0.6);
} */

.glyphicon-minus-sign {
    cursor: pointer;
}

.glyphicon-plus-sign {
    cursor: pointer;
}


/*safaa*/

.glyphicon-question-sign {
    cursor: pointer;
    color: #9FD14F;
}

.glyphicon-chevron-left {
    cursor: pointer;
}

.glyphicon-chevron-down {
    cursor: pointer;
}

.panel-group .panel-default {
    border-color: none;
}

.panel-group .panel-default>.panel-heading {
    color: black;
    background-color: transparent;
    border-color: #FFF;
    padding-right: 0;
}

.panel-group .panel-heading {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.panel-body {
    padding: 0px;
}

.panel-group .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

a {
    color: #FF931E;
    text-decoration: none;
    font-weight: bold;
}

.sp-panel a {
    color: black;
    text-decoration: none;
}

.sp-panel a:hover {
    color: #FF931E;
    text-decoration: none;
}


/* .modal-content1 {} */

.modal-content {
    border-radius: 0px;
}

h4.modal-title {
    font-size: 16pt;
    font-weight: bold;
    float: right;
}

.close {
    float: left;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
}

.close:hover {
    color: #FF931E;
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 30pt;
    text-shadow: none;
}

.modal-header .close {
    margin-top: -5px;
}

.nav-a {
    font-size: 15pt;
    font-weight: normal;
}

footer {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 80px;
    background: #7F7F7F;
    border-top: solid 10px;
    border-color: #9FD14F;
}

footer .qoulogo {
    float: right;
    right: 15px;
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}

footer .qoulogo img {
    height: 43px;
    width: 43px;
}

footer .description {
    color: white;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 65px;
    font-family: Adobe Arabic;
    font-size: 12pt;
}

footer .qr-container span {
    position: relative;
    font-size: 22px;
    color: white;
    float: left;
    left: 7px;
    top: -1px;
}

footer .qr-container {
    float: left;
    position: absolute;
    bottom: 26px;
    left: 58px;
    width: 40px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

footer .qr img {
    float: left;
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 85px;
}

footer .version .popover {
    width: 160px;
    height: 180px;
    right: -125px;
    top: -180px;
    margin-top: -23px;
}

footer .qr-container .popover {
    width: 110px;
    height: 160px;
    right: -45px;
}

footer .version {
    float: left;
    position: absolute;
    left: 20px;
    bottom: 18px;
    cursor: pointer;
}

footer .version span {
    font-size: 25px;
    color: white;
}

footer .version span:hover {
    font-size: 25px;
    color: white;
}

footer .followus {
    float: left;
    position: absolute;
    left: 110px;
    bottom: 20px;
}

footer .followus span:hover {
    color: #FF931E;
    text-bottom: none;
}

footer .followus span {
    font-size: 22px;
    color: white;
}

footer .followus-description {
    color: white;
    float: left;
    position: absolute;
    bottom: 2px;
    left: 30px;
    font-family: Adobe Arabic;
    font-size: 14pt;
    cursor: normal;
}

@media only screen and (max-width: 454px) {
    #coursename {
        font-size: 20pt;
    }
    footer {
        height: 160px;
    }
    footer .qoulogo {
        bottom: 80px;
    }
    footer .description {
        bottom: 80px;
    }
    /*#Progress-mobile{
	display:block;
}
#progress_desktop{
	display:non
}*/
    .progress_div {
        position: fixed;
        /*background-color:#bde085;*/
        height: 12px;
        top: 48px;
        right: 0;
        left: 0px;
        width: 100%;
        direction: rtl;
        box-shadow: 0px 5px 10px #888888;
        opacity: 0.95;
        z-index: 200;
    }
    .per {
        /*new*/
        position: relative;
        float: left;
        margin-left: 100px;
        font-size: 16pt;
        margin-top: 12px;
    }
}

.popover {
    border-radius: 0px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #7F7F7F;
    color: white;
    border-top: 5px solid #9FD14F;
    border-radius: 0px 0px 0 0;
    font-family: Adobe Arabic;
    font-size: 15pt;
    font-weight: bold;
}

.popover-header button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 25pt;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 5px;
    color: white;
}

#accordion-main {
    margin-top: 20px;
}

.popover-header button.close:hover {
    color: #FF931E;
}

.popover-content {
    font-family: Adobe Arabic;
    font-size: 14pt;
}

.outer_div .share .icon-share2 {
    float: left;
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #FFF;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.glyphicon-home {
    float: right;
    position: absolute;
    right: 16px;
    top: 14px;
    color: #7F7F7F;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

#home-text {
    float: right;
    margin-right: 40px;
    font-size: 14pt;
    padding-right: 8px;
}

#accordion-menu {
    margin-top: 20px;
}

.glyphicon-home:hover {
    color: #FF931E;
}

.outer_div .share .icon-share2:hover {
    color: #FF931E;
}

.outer_div .share {
    float: left;
    position: absolute;
    left: 50px;
    bottom: 0px;
    top: 40px;
    color: transparent;
}

.outer_div .panel {
    margin-bottom: 40px;
    margin-left: 30px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.outer_div .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: transparent;
}

.popover-content .icon-google-plus {
    cursor: pointer;
}

.popover-content .icon-google-plus:hover {
    color: #FF931E;
}

.popover-content .icon-facebook {
    cursor: pointer;
}

.popover-content .icon-facebook:hover {
    color: #FF931E;
}

.popover-content .icon-twitter {
    cursor: pointer;
}

.popover-content .icon-twitter:hover {
    color: #FF931E;
}


/* hover */

.glyphicon {
    color: #9FD14F;
    cursor: default;
}

.glyphicon-menu-hamburger {
    color: white;
}

.glyphicon-menu-left {
    color: #FF931E;
}

.glyphicon-menu-hamburger:hover {
    color: #FF931E;
}

span.glyphicon.resources:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-plus-sign:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-list-alt:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-minus-sign:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-chevron-left:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-chevron-down:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-asterisk:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-download:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-pushpin:hover {
    color: #FF931E;
    cursor: pointer;
}

.glyphicon-qrcode:hover {
    color: #FF931E;
    cursor: pointer;
}

.icon-phone:hover {
    color: #FF931E;
    cursor: pointer;
}


/*end of hover */

@media (min-width:759px) {
    div#modal-width.modal-dialog {
        width: 70%;
    }
}

@media only screen and (max-width: 430px) {
    /*   .header_image_background {
        height: 113px;
    } */
    .outer_div .title-section .title {
        position: relative;
        font-size: 20pt;
        font-weight: bold;
        font-family: Adobe Arabic;
        padding-top: 6px;
        color: black;
    }
}