article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; direction: rtl;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: 'DINNEXTTMARABICREGULAR';}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: 'DINNEXTTMARABICREGULAR'; font-size: 14px; color: #000000; direction: rtl; background-color: #f9f9f9;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

@font-face {
    font-family: 'DINNEXTTMARABICREGULAR';
    src: url('../fonts/DINNEXTTMARABICREGULAR.eot');
    src: url('../fonts/DINNEXTTMARABICREGULAR.eot') format('embedded-opentype'),
         url('../fonts/DINNEXTTMARABICREGULAR.woff2') format('woff2'),
         url('../fonts/DINNEXTTMARABICREGULAR.woff') format('woff'),
         url('../fonts/DINNEXTTMARABICREGULAR.ttf') format('truetype'),
         url('../fonts/DINNEXTTMARABICREGULAR.svg#DINNEXTTMARABICREGULAR') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINNEXTTMARABICMEDIUM';
    src: url('../fonts/DINNEXTTMARABICMEDIUM.eot');
    src: url('../fonts/DINNEXTTMARABICMEDIUM.eot') format('embedded-opentype'),
         url('../fonts/DINNEXTTMARABICMEDIUM.woff2') format('woff2'),
         url('../fonts/DINNEXTTMARABICMEDIUM.woff') format('woff'),
         url('../fonts/DINNEXTTMARABICMEDIUM.ttf') format('truetype'),
         url('../fonts/DINNEXTTMARABICMEDIUM.svg#DINNEXTTMARABICMEDIUM') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'DINNextLTW23-Bold';
  src: url('../fonts/DINNextLTW23-Bold.eot');
  src: url('../fonts/DINNextLTW23-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DINNextLTW23-Bold.svg#DINNextLTW23-Bold') format('svg'),
       url('../fonts/DINNextLTW23-Bold.ttf') format('truetype'),
       url('../fonts/DINNextLTW23-Bold.woff') format('woff'),
       url('../fonts/DINNextLTW23-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/****************
 * Common Css
 ****************/
header, section, footer {width: 100%; float: left;}
.container {width: 1680px;}
.custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
a, a:hover, button, .leftpart .publpart ul li a:after, .hlists .htooltip:after {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.cbtn {display: inline-block; background-color: #0da6a6; padding: 8px 45px 13px; font-size: 18px; color: #ffffff; font-family: 'DINNEXTTMARABICMEDIUM'; text-align: center; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.ctitle {background-color: #f0f0f0; padding: 26px 40px 31px; border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px;}
.ctitle h3 {font-size: 30px; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM'; float:left;    text-align: left;}
.leftpart .videobox img, .innertabs li a .videoimg img, .videogallery .videopart .videobox img {width: 100%; height: 100%; object-fit: cover; transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s;}
.leftpart .videobox:hover img, .innertabs li a:hover .videoimg img, .videogallery .videopart .videobox:hover img {transform: scale(1.3); -moz-transform: scale(1.3); -webkit-transform: scale(1.3);}

/** Header Part **/
header {padding: 5px 0; background-color: #ffffff; box-shadow: 0px 25px 25px rgba(0,0,0,0.05); -moz-box-shadow: 0px 25px 25px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 25px 25px rgba(0,0,0,0.05); position: relative;}
.custnav {margin: 28px  0 0 35px;}
.custnav .menus > li {float: left; margin-left: 75px;}
.custnav .menus > li > a {float: left; font-size: 18px;font-size: 20px; color: #04334f;}
.custnav .menus > li > a:hover, .updates .innerlist li h4 a:hover {color: #0da6a6;}

header .call {background: url(../images/phone-icon.png) no-repeat 0% 50%; font-size: 18px; color: #04334f; line-height: 37px; padding-left: 68px; margin-top: 20px; height: 48px;}
header .call span {font-size: 24px; color: #0da6a6; font-family: 'DINNextLTW23-Bold';}
.searchbar .custfield {background-color: #f0f1f2; margin: 22px 0 0 58px; padding: 0 45px 6px 20px; background-image: url(../images/search-icon.png); background-repeat: no-repeat; background-position: 20px 50%; height: 45px; width: 390px; font-size: 16px; color: #9fa1a5; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.commonslider {float: left; width: 100%; position: relative;}
.commonslider .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative;}
.commonslider .owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden;}
.commonslider .owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.commonslider .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.commonslider .owl-carousel .owl-wrapper, .commonslider .owl-carousel .owl-item {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);}
.commonslider .owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
.commonslider .owl-carousel.owl-loaded {display: block;}
.commonslider .owl-carousel.owl-loading {opacity: 0; display: block;}
.commonslider .owl-carousel.owl-hidden {opacity: 0;}
.commonslider .owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.commonslider .owl-carousel.owl-grab {cursor: move; cursor: grab;}

.slidepart {height: 642px; position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
.mainpart .container {height: 100%; position: relative;}
.mainpart .number {position: absolute; top: 50%; right: 15px; width: 390px; padding: 22px 40px 48px 40px; border: 1px solid #0da6a6; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.mainpart .icon {position: absolute; top: 20px; right: 20px;}
.mainpart .number h3 {font-size: 70px; margin-bottom: 5px; color: #0da6a6; font-family: 'DINNEXTTMARABICMEDIUM';font-size:55px; float:left; width: 100%;}
.mainpart .number span {display: block; color: #ffffff; font-size: 24px; float:left;}

.mainpart .texts {position: absolute; top: 50%; width: 635px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    float: left;
    text-align: left;
    direction: ltr;
    left: 0;
}
.mainpart .texts h2 {font-size: 70px; color: #ffffff; line-height: 90px; font-family: 'DINNEXTTMARABICMEDIUM';}
.mainpart .texts p {font-size: 24px; color: rgba(255,255,255,0.70); line-height: 40px; margin: 12px 0 45px 0;}
.mainpart .owl-dots {position: absolute; bottom: 87px; left: 0px; right: 0px; text-align: center;}
.mainpart .owl-dots .owl-dot {width: 24px; height: 24px; display: inline-block; border:6px solid transparent; margin:0 6px; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; overflow: hidden;}
.mainpart .owl-dots .owl-dot span {display: block; width: 12px; height: 12px; background-color: rgba(255,255,255,0.20);}
.mainpart .owl-dots .owl-dot.active {border-color: rgba(255,255,255,0.20);}
.mainpart .owl-dots .owl-dot.active span {background-color: #ffffff;}

.tipspart {margin: 60px 0 90px 0;}
.tipspart .tipslider {float: right; width: 100%; padding-top: 30px;}
.tipspart .tipslider .owl-item {float: right;}
.tipspart .tipslider .item {padding: 0 15px 5px; float: right; width: 100%;}
.tipspart .tipslider .innerbox {background-color: #ffffff; min-height: 720px; padding: 70px 60px 40px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.tipspart .tipslider .innerbox .icon {width: 190px; height: 190px; background-repeat: no-repeat; background-position: 50% 50%; margin: 0 auto; background-color: #0da6a6; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.tipspart .tipslider .innerbox .sicon1 {background-image: url(../images/sicon1.png);}
.tipspart .tipslider .innerbox:hover .sicon1 {background-image: url(../images/sicon1-h.png);}
.tipspart .tipslider .innerbox .sicon2 {background-image: url(../images/sicon2.png);}
.tipspart .tipslider .innerbox:hover .sicon2 {background-image: url(../images/sicon2-h.png);}
.tipspart .tipslider .innerbox .sicon3 {background-image: url(../images/sicon3.png);}
.tipspart .tipslider .innerbox:hover .sicon3 {background-image: url(../images/sicon3-h.png);}
.tipspart .tipslider .innerbox h3 {font-size: 30px; margin: 50px 0 16px 0; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM'; line-height: 48px;}
.tipspart .tipslider .innerbox ul li {display: block; margin-top: 9px; font-size: 18px; padding-right: 25px; color: #717880; line-height: 36px; background: url(../images/point-dot.png) no-repeat 100% 18px;}
.tipspart .tipslider .innerbox:hover {background-color: #0da6a6;}
.tipspart .tipslider .innerbox:hover .icon {background-color: #ffffff;}
.tipspart .tipslider .innerbox:hover h3, .tipspart .tipslider .innerbox:hover ul li {color: #ffffff;}
.tipspart .owl-nav {position: absolute; left: 55px; top: -68px;}
.tipspart .owl-nav div, .newsbar .owl-nav div {background-color: #d8d8d8; float: left; width: 45px; height: 45px; z-index: 8; background-position: center center; background-repeat: no-repeat; cursor: pointer;}
.tipspart .owl-nav div:hover, .newsbar .owl-nav div:hover {background-color: #0da6a6;}
.tipspart .owl-nav div.owl-prev, .newsbar .owl-nav div.owl-prev {background-image: url(../images/prev-arrow1.png);}
.tipspart .owl-nav div.owl-next, .newsbar .owl-nav div.owl-next {background-image: url(../images/next-arrow1.png);}

.updates {float: left;}
.updates .ctitle {background-image: url(../images/refresh-icon.png); background-repeat: no-repeat; background-position: 40px 50%;}
.updates .innerlist {background-color: #ffffff; padding: 0 40px; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.updates .innerlist li {float: left; width: 100%; padding: 40px 0; border-bottom: 1px solid #e5e5e5;}
.updates .innerlist li:last-child {border-bottom: none;}
.updates .innerlist li .tag, .infotexts .innertexts .tag {display: inline-block; font-size: 16px; color: #ffffff; padding:1px 12px 7px; background-color: #0da6a6; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.updates .innerlist li h4 {display: block; margin: 18px 0 28px 0;}
.updates .innerlist li h4 a {font-size: 30px; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM';}
.updates .innerlist li p, .infotexts .innertexts .timedate {font-size: 18px; color: #717880;}

.leftpart {float: right;}
.leftpart .videopart {padding: 0;}
.leftpart .videobox {float: right; width: 100%; height: 391px; background-color: #04334f; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; position: relative; overflow: hidden; cursor: pointer;}
.leftpart .videobox img {opacity: 0.70;}
.leftpart .videobox .playicon {background: url(../images/play-icon1.png) no-repeat 0 0; width: 120px; height: 120px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 1;}
.leftpart .videobox:hover .playicon {background-image: url(../images/play-icon1-h.png);}
.leftpart .publpart {padding: 30px 0 0;}
.leftpart .publpart ul {float: right; width: 100%; background-color: #ffffff; padding: 10px 40px 51px; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.leftpart .publpart ul li {display: block; position: relative; margin-top: 30px;}
.leftpart .publpart ul li a {display: block; padding: 4px 40px 18px; font-size: 30px; color: #9fa1a5; border: 1px solid #e5e5e5; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.leftpart .publpart ul li a:after {content: ""; width: 65px; background-color: #f0f0f0; background-image: url(../images/download-icon.png); background-position: 50% 50%; background-repeat: no-repeat; position: absolute; top: 0; left: 0; bottom: 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.leftpart .publpart ul li a:hover {background-color: #04334f; color: #ffffff; border-color: #04334f;}
.leftpart .publpart ul li a:hover:after {background-color: #0da6a6; background-image: url(../images/download-icon-h.png);}

.mediapart {
    padding: 82px 0 140px;
    margin: 140px 0;
    background: rgb(13,166,166);
    background: -moz-linear-gradient(45deg, rgba(13,166,166,1) 0%, rgba(4,51,79,1) 26%);
    background: -webkit-linear-gradient(45deg, rgba(13,166,166,1) 0%,rgba(4,51,79,1) 26%);
    background: linear-gradient(45deg, rgba(13,166,166,1) 0%,rgba(4,51,79,1) 26%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da6a6', endColorstr='#04334f',GradientType=1 );
    direction: ltr;
    float: left;
    text-align: left;
}
.mediapart h3 {border-bottom: 1px solid rgba(56,182,182,0.10); padding-bottom: 44px; font-size: 30px; color: #ffffff; font-family: 'DINNEXTTMARABICMEDIUM'; float:left; width: 100%;}
.ctabs {float: right; margin-top: -85px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden;}
.ctabs li {float: left;}
.ctabs li a {float: left; padding: 5px 25px 15px; background-color: rgba(255,255,255,0.10); font-size: 24px; color: #ffffff;}
.ctabs li:hover a, .ctabs li.active a {background-color: #0da6a6;}
.mainconts {margin-top: 40px;}
.innertabs {float: left; margin-top: 30px;}
.innertabs li a {float: left; width: 100%; padding: 25px 35px; margin-bottom: 1px; border-left: 5px solid transparent; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden;}
.innertabs li a:hover, .innertabs li.active a {border-left-color: rgba(13,166,166,0.77); background-color: rgba(255,255,255,0.10);}
.innertabs .videoimg {float: left; width: 227px; height: 141px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; position: relative; box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10); -moz-box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10); -webkit-box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10);}
.innertabs .videoimg:after, .videogallery .videopart .videobox:after {content: ""; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(4,51,79,0.40); position: absolute;}
.innertabs .videoimg .playicon {position: absolute; z-index: 1; width: 49px; height: 48px; background:url(../images/play-icon2.png) no-repeat 0 0; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.innertabs .info {margin-left: 255px;}
.innertabs .info h4 {font-size: 24px; margin: 5px 0 22px; color: #ffffff; font-family: 'DINNEXTTMARABICMEDIUM'; line-height: 40px;}
.innertabs .info p {font-size: 18px; color: rgba(255,255,255,0.70);}
.videogallery .tab-content {float: left; margin-top: 30px;}
.videogallery .videopart .videobox {height: 600px; cursor: pointer; float: left; width: 100%; position: relative; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10); -moz-box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10); -webkit-box-shadow: 0px 31px 51px 10px rgba(12,12,12,0.10);}
.videogallery .videopart .videobox .playicon {background-image: url(../images/play-icon1.png); width: 120px; height: 120px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 3;}

.safetypart {
    float: left;
    direction: ltr;
    text-align: left;
}
.safetypart .innerpart {background-color: #ffffff; padding: 35px 25px 47px; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.safetypart .innerpart .col-lg-6 {float: right;}
.safetypart h4 {font-size: 30px; margin-bottom: 10px; float: left; width: 100%; padding: 5px 55px 1px 0; font-family: 'DINNEXTTMARABICMEDIUM'; background-repeat: no-repeat; background-position: 100% 50%;}
.safetypart .dolists h4 {color: #0da6a6; background-image: url(../images/do-icon.png);}
.safetypart .donotlists h4 {color: #f96262; background-image: url(../images/donot-icon.png); background-position: 100% 12px; margin-bottom: 0; padding-bottom: 11px;}
.safetypart ul li {float: right; width: 100%; padding: 12px 20px 20px 68px; margin-top: 30px; font-size: 20px; background-repeat: no-repeat; background-position: calc(4% - 20px) 50%; background-position: -moz-calc(4% - 20px) 50%; background-position: -webkit-calc(4% - 20px) 50%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.safetypart .dolists ul li {color: #0da6a6; background-color: #f6fcfc; background-image: url(../images/tick-icon.png);}
.safetypart .donotlists ul li {color: #f96262; background-color: #fff9f9; background-image: url(../images/cancel-icon.png);}

.hlists {padding: 0;}
/*.hlists .mapbox {padding: 0; background: url(../images/map-bg.jpg) 0 0; height: 581px; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; overflow: hidden;}*/
.hlists .htooltip {position: absolute;  padding: 1px 15px 7px; font-size: 16px; color: #ffffff; background-color: rgba(0,0,0,0.10); text-align: center; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;}
.hlists .htooltip:hover {background-color: #0da6a6;}
.hlists .htooltip:after {content: ""; width: 11px; height: 5px; background: url(../images/tooltip-arrow.png) no-repeat 0 0; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.hlists .htooltip:hover:after {background-image: url(../images/tooltip-arrow-h.png);}
.hlists .htooltip1 {top: 113px; left: 31px;}
.hlists .htooltip2 {top: 208px; left: 107px;}
.hlists .htooltip3 {top: 217px; right: 53px;}
.hlists .htooltip3:after {left: 27%;}
.hlists .htooltip4 {top: 258px; left: 51px;}
.hlists .htooltip4:after {left: 67%;}
.hlists .htooltip5 {top: 278px; right: 49px;}
.hlists .htooltip5:after {background-image: url(../images/tooltip-arrow2.png); bottom: initial; top: -5px; left: 19%;}
.hlists .htooltip5:hover:after {background-image: url(../images/tooltip-arrow2-h.png);}
.hlists .htooltip6 {top: 309px; left: 79px;}

footer {background-color: #f0f0f0; padding: 35px 0; margin-top: 140px;}
footer p {font-size: 16px; color: #9fa1a5; margin-top: 12px;}

/** Inner 2 **/
.innerbanner {height: 642px; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; position: relative;}
.bannertext {position: absolute; top: 48%; left: 0; right: 0; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.bannertext h2 {font-size: 70px; color: #ffffff; line-height: 90px; font-family: 'DINNEXTTMARABICMEDIUM';float: left; text-align: left; direction: ltr;}
.breadcrumbs {position: absolute; bottom: 0; left: 0; right: 0; padding: 11px 0 17px; z-index: 1; background-color: rgba(0,0,0,0.10);}
/*.breadcrumbs ul li {float: left; font-size: 16px; color: #ffffff; background: url(../images/arrow1.png) no-repeat 0 10px; padding-left: 20px; margin-left: 10px;}*/
    .breadcrumbs ul li {
        float: left;
        font-size: 16px;
        color: #ffffff;
        background: url(../images/arrow1.png) no-repeat 100% 10px;
        padding-right: 20px;
        margin-right: 10px;
        text-align:left;
    }
.breadcrumbs ul li:last-child {background-image: none;}
.breadcrumbs ul li a {color: rgba(255,255,255,0.60); float: right;}
.breadcrumbs ul li a:hover {color:#0da6a6;}
.newsbar {background-color: #ffffff; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.newsbar .container {position: relative;}
.newsbar h3 {float: right; padding: 12px 21px 19px; font-size: 18px; color: #ffffff; background-color: #0da6a6; font-family: 'DINNextLTW23-Bold'; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px;}
.newsbar .newslider {float: right; width: 90%; padding: 14px 24px 14px 0; position: initial;}
.newsbar .item p {font-size: 16px; color: #04334f; line-height: 18px;}
.newsbar .owl-nav {position: absolute; left: 15px; top: 10px;}
.newsbar .owl-nav div {width: 31px; height: 31px; background-size: 11px auto;}
.conts {padding-top: 70px;
    margin-top: 0px;
}
.infotexts {float: left;}
.infotexts .innertexts {background-color: #ffffff; padding: 55px 40px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.infotexts .innertexts h4 {font-size: 40px; margin: 10px 0 15px 0; color: #04334f; line-height: 60px; font-family: 'DINNEXTTMARABICMEDIUM';width:100%;float:left;}
.infotexts .innertexts p {font-size: 20px; color: #717880; line-height: 40px; margin-top: 40px; padding-right: 4%;width:100%;float:left;}
.tipspart {margin: 60px 0 90px 0;}
.tipspart .tipsliderNew {float: right; width: 100%; padding-top: 30px;}
.tipspart .tipsliderNew .owl-item {float: right;}
.tipspart .tipsliderNew .item {padding: 0 15px 5px; float: right; width: 33.33333333%;margin-bottom:0px;}
.tipspart .tipsliderNew .innerbox {background-color: #ffffff; min-height: 720px; padding: 70px 60px 40px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.tipspart .tipsliderNew .innerbox .icon {width: 190px; height: 190px; background-repeat: no-repeat; background-position: 50% 50%; margin: 0 auto; background-color: #0da6a6; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.tipspart .tipsliderNew .innerbox .sicon1 {background-image: url(../images/sicon1.png);}
.tipspart .tipsliderNew .innerbox:hover .sicon1 {background-image: url(../images/sicon1-h.png);}
.tipspart .tipsliderNew .innerbox .sicon2 {background-image: url(../images/sicon2.png);}
.tipspart .tipsliderNew .innerbox:hover .sicon2 {background-image: url(../images/sicon2-h.png);}
.tipspart .tipsliderNew .innerbox .sicon3 {background-image: url(../images/sicon3.png);}
.tipspart .tipsliderNew .innerbox:hover .sicon3 {background-image: url(../images/sicon3-h.png);}
.tipspart .tipsliderNew .innerbox h3 {font-size: 30px; margin: 50px 0 16px 0; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM'; line-height: 48px;}
.tipspart .tipsliderNew .innerbox ul li {display: block; margin-top: 9px; font-size: 18px; padding-left: 25px; color: #717880; line-height: 36px; background: url(../images/point-dot.png) no-repeat 0% 18px; float:left;    float: left;
    text-align: left;
    direction: ltr;
    width:100%;
}
.tipspart .tipsliderNew .innerbox:hover {background-color: #0da6a6;}
.tipspart .tipsliderNew .innerbox:hover .icon {background-color: #ffffff;}
.tipspart .tipsliderNew .innerbox:hover h3, .tipspart .tipsliderNew .innerbox:hover ul li {color: #ffffff;}
.hlists2 {
    margin: 30px 0 0;
}
.leftpart .publpart2 {
    padding: 0px 0 0;
}
.hlists .mapbox {
    padding: 0;
    background: url(../images/map-bg.png) 0 0 no-repeat;
    height: 511px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    overflow: hidden;
}
.leftpart .videobox:hover img {transform: none;-moz-transform: none;-webkit-transform: none;}
.leftpart .videobox img {width: auto;}
.updates .ctitle {background-image: url(../images/Arrow.png); background-repeat: no-repeat; background-position: 96% 50%;}
.updates .ctitle h3 {float:left}
.updates .ctitle h4 {font-size: 18px;color: #04334f;line-height: 37px;/*float: left;padding-left: 30px;*/     float: right;    padding-right: 30px;}
.mediaIndex { padding:70px 0 0; margin:70px 0 0;}
.mediaIndex {
    padding: 100px 0 0;
    margin: 0px 0 0;
}
.MediaIndex {
    padding: 100px 0 0;
    margin: 0px 0 0;
}
    header {
        position: sticky;
        top: 0;
        float: left;
        z-index: 99;
    }
.leftpart .faqs img
{
   opacity:1;
    width: 100%;
    height: auto;
    padding:0 0 6%;
}
.leftpart .faqs {
    background-color: #f9f9f9;
    height:auto;
}
.imagine {
    left: 0px;
    font-size: 16px;
    color: #9fa1a5;
    margin-top: 12px;
}
.leftpart .publpart .row {
    background-color: #ffffff;
    padding: 51px 20px 51px;
    text-align: center;
    width: 100%;
    float: right;
    margin:0px;
}
.Recommendation {
padding-top:30px;
}
.mainpart .number {
    background-color: #00000057;
    border: none;
    top: 20%;
    direction: ltr;
}
.mainpart .number2 {
    position: absolute;
    /*left: 15px;*/
    width: 390px;
    padding: 22px 40px 48px 40px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #00000057;
    top: 47.5%;
}
.mainpart .number3 {
    position: absolute;
    top: 75%;
    /*left: 15px;*/
    width: 390px;
    padding: 22px 40px 48px 40px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #00000057;
}
.mainpart .number4 {
    position: absolute;
    top: 85%;
    /*left: 15px;*/
    width: 390px;
    padding: 22px 40px 48px 40px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #00000057;
}
.mainpart .number h3 {
    color: #f0915f;
}
.mainpart .number2 h3 {
    color: #0da6a6;
}
.mainpart .number3 h3 {
    color: #f96262;
}
.dolists p {
    font-size: 18px;
    color: #717880;
    line-height: 36px;
    margin: 0px 0 20px;
    padding: 0 0 20px;
}
.safetypart .dolists h4 {
    color: #0da6a6;
    background-image: none;
}

.safetypart h4 {
 
    padding: 5px 0px 1px 0;
  
}
header .call {
    font-size: 20px;
}
.safetypart .ctitle2 h5{
    font-size: 18px;
    color: #04334f;
    line-height: 37px;
    float: left;
    padding-right: 50px;
}
.safetypart .ctitle2 {
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat;
    background-position: 20px 80%;
    float: left;
    padding-top:20px;
}
.safetypart .ctitle2 {
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat;
    background-position: 82% 80%;
    float: right;
    padding-top: 20px;
}
.tipspart .tipslider .innerbox ul li {
    font-size: 16px;
    line-height: 32px;
}
.tipspart .tipslider .innerbox {
    min-height: 813px;
}
.innertexts ul li {
    display: inline-block;
    margin-top: 9px;
    font-size: 18px;
    padding-left: 25px;
    color: #717880;
    line-height: 36px;
    background: url(../images/point-dot.png) no-repeat 0% 18px;
}
.pagination > li {
    display: inline;
    float: right;
}
    .pagination > li > a, .pagination > li > span {
        color: #0da6a6;
    }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0da6a6;
    border-color: #0da6a6;
}
.pagination {

    margin: 20px 40px;
}
.tipspart .tipslider .innerbox h3 {

    text-align: center;
}
.tipspart .tipslider .item2 {
    padding: 0 15px 5px;
    float: right;
    width: 100%;
}
.partnersbox {
float:right;
width:100%;
}
.partnersbox .partners {
    width: 100%;
}
.partners {
    width: 100%;
}

.historicalsites {/*padding: 70px 0 130px;*/ background-color: #fafbfb;}
.historicalsites .stitle {margin-bottom: 20px;}
.historicalsites .stitle h2 {letter-spacing: 0px;}
.historicalsites .row {margin-left: -11px;margin-right: -11px;}
.historicalsites .optbox {margin-top: 30px;padding: 0 11px; float:right;}
.historicalsites .optbox .placeimg {position: relative;cursor: pointer;background-color: #000000;display: block;overflow: hidden;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;box-shadow: 0px 3px 10px rgba(0,0,0,0.50);-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.50);-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.50);}
.historicalsites .optbox.active .placeimg .img {opacity: 0.50;}
.historicalsites .placeimg .info {position: absolute;
        background: url(../images/grad-bg.png) repeat-x 0 0;
        z-index: 5;
        left: 0;
        bottom: 0px;
        width: 100%;
        right: 0;
        padding: 34px 20px 18px;}
.historicalsites .placeimg .info h4 {color: #ffffff;font-size: 20px;font-family: 'DINNextLTProMedium';}
.historicalsites .alltabs .details {border-top: 3px solid #f08c00;background: url(../images/tab-cont-bg.jpg) repeat 50% 0;padding: 30px 45px 65px;margin-top: 30px;width: 100%;overflow: hidden;}
.historicalsites .alltabs .details .leftimg {float: left;background-image: url("../images/petra-bg1.png");background-size: 586px auto;background-position: 49% 49%;background-repeat: no-repeat;padding: 30px 20px;width: 385px;}
.historicalsites .alltabs .details .leftimg .imgbox {border: 5px solid #ffffff;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);                -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);height: 346px;width: 346px;}
.historicalsites .alltabs .details .leftimg .imgbox img, .historicalsites .optbox .placeimg .img {width: 100%; height:100%;object-fit: cover;}
.historicalsites .alltabs .details .textbox {float: right;width: 648px;margin-top: 44px;}
.historicalsites .alltabs .details .textbox h5 {font-size: 30px;color: #261a0f;font-family: 'DINNextLTProBold';position: relative;padding-bottom: 20px;}
.historicalsites .alltabs .details .textbox h5:after {content: "";width: 50px;height: 3px;background-color: #f08c00;position: absolute;left: 0;bottom: 0px;}
.historicalsites .alltabs .details .textbox p {font-size: 14px;color: rgba(0,0,0,0.55);                line-height: 23px;
                margin: 20px 0 10px;
            }

                .historicalsites .alltabs .details .textbox p a {
                    color: #f08c00;
                }

                    .historicalsites .alltabs .details .textbox p a:hover {
                        color: #0c8599;
                    }
/*.fancybox-thumbs, .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: block!important;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-y {
display:block!important;
}*/
/** Video Gallery Page **/
.videopage {
   
    padding: 70px 0 0;
    margin: 70px 0 0;

}
.videopage .ctitle {
    margin-bottom: 40px;
}
.nkvideo .nkvideoin {padding: 0;}
.nkvideo .nkvideoin .video {display: block; margin-top: 30px; position: relative; background-color: #000000; height: 390px; height:322px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; overflow: hidden;}
.nkvideo .nkvideoin .video img {opacity: 0.7; width:100%;}
.nkvideo .nkvideoin .video:hover img {opacity:1;}
.nkvideo .nkvideoin .plyicon {width: 90px; height: 90px; background: url(../images/play-icon.png) no-repeat 0 0; background-size: 90px auto; position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.nkvideo .nkvideoin .info {padding: 0 40px; margin-top: -80px;}
.nkvideo .nkvideoin .info .infoinner {background-color: #ffffff; min-height: 310px; min-height: 190px; padding: 55px 60px; border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0;}
.nkvideo .nkvideoin .info .infoinner p {font-size: 20px; color: #003558; line-height: 40px;}

.paginations {text-align: center; margin-top: 90px;}
.paginations ul li {display: inline-block; margin: 0 3px;}
.paginations ul li a {float: left; font-size: 16px; color: #999999; padding: 5px 14px; border: 1px solid #d8d8d8; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.paginations ul li a:hover {background-color: #a39161; color: #ffffff; border-color: #a39161;}
.tab-content > .active {
    display: block;
    background: none;
}
.mainpart .slidepart .new {
    position: absolute;
    top: 91%;
    right: 15px;
    width: 390px;
    /* padding: 22px 40px 48px 40px; */
    border: none;
    padding-right: 5px;
    float: right;
}
    .mainpart .slidepart .new p {
        display: block;
        color: #ffffff;
        font-size: 14px;
        float: right;
        position: relative;
        direction: ltr;
    }

.mediapart {
    padding: 82px 0 70px;

   
}

.all {
    background-color: rgba(255,255,255,0.10);
    text-align: center;
    margin: 70px 1% 0;
    padding: 0 0px 10px 0px;
    float: right;
    width: 98%;
}
    .all a {
        font-size: 24px;
        margin: 5px 0 5px;
        color: #ffffff;
        font-family: 'DINNEXTTMARABICMEDIUM';
        line-height: 40px;
        text-align: center;
        width: 100%;
        float: right;
    }

.fancybox-thumbs__list a::before {
    border: 3px solid #0da6a6;
}
.tab-content > .active {
    height: 576px;
}
/*.NewPagenation {
    text-align: center;
    margin: 3% 0 0;
}*/
.NewPagenation {
    text-align: center;
    margin: 3% 0 0;
    width: 100%;
    float: right;
}
.historicalsites .optbox {
    margin-top: 30px;
    padding: 10px 21px;
    float: right;
}

.nkvideo .nkvideoin .info .infoinner {
    background-color: initial;
    min-height: 100px;
    height: 100px;
    padding: 0 0px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff;
}

    .nkvideo .nkvideoin .info .infoinner p {
        font-size: 24px;
        line-height: 40px;
        color: #003558;
        font-weight: 500;
        text-align:left;
    }

.nkvideo .nkvideoin .video {
    display: block;
    margin-top: 30px;
    position: relative;
    background-color: #000000;
    width: 530px;
    height: 320px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}
.nkvideo .nkvideoin .info {
    padding: 30px 30px;
    margin-top: 0px;
    height: 175px;
    background-color: #fff;
}
.modal-dialog {
    width: 1000px !important;
    max-width: 97% !important;
    min-width: 600px !important;
    height: 90%;
}
.nkvideo {
float:left;
}
.historicalsites .optbox .placeimg img {
    opacity: 0.7;
}

.historicalsites .optbox .placeimg:hover img {
    opacity: 1;
}

.historicalsites .optbox {
    margin-top: 30px;
    /* margin: 10px 21px; */
    float: left;
    width: 530px;
    height: 530px;
    margin: 1.5% .7%;
    margin: 1% .5%;
}
.historicalsites .optbox2 { 
    margin: 1.5% .8%;
}
    .historicalsites .optbox .placeimg {
        border-radius: 5px;
        -webkit-box-shadow: none;
    }
        .historicalsites .optbox .placeimg .img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }
.historicalsites .all {
    background-color: rgba(255,255,255,0.10);
    text-align: center;
    margin: 70px 1.5% 0;
    padding: 0 0px 10px 0px;
    float: right;
    width: 96.5%;
    height: auto;
}

    .historicalsites .all a {
        font-size: 24px;
        margin: 5px 0 5px;
        color: #ffffff;
        font-family: 'DINNEXTTMARABICMEDIUM';
        line-height: 40px;
        text-align: center;
        width: 100%;
        float: right;
    }
.bannerfb {

float:right;
margin:0 0 6%;
}
    .bannerfb a {
    width:100%;

    }
    .bannerfb a img {
        width: 100%;
    }
.modal-open .modal {
    padding: 3% 1% 0;
}
header {
    position: fixed;
  
}
.commonslider {
    top: 100px;

}

.lineborder h4 {
    float: right;
    color: #04334f;
}
.form-page-panel .lineborder h2 {
    color: #0d2945;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    width: 100%;
    float: right;
    text-align: right;
    font-size: 23px;
}

.form-page-panel .lineborder h4 {
    color: #04334f; 
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
    font-size: 18px;
}
.abouttext {
    margin: 10% 0 0;
}
    .abouttext .text-center {
        text-align: center;
    }
    /*.abouttext .col-lg-6 {
    float:right;
    text-align:right;
    direction:rtl;
    }*/
    .form-group .required {
        float: left;
        margin-right: 10px;
    }
.abouttext .panel-body {
    padding: 2% 5%;
}
.form-group .text-danger {
    color: #a94442;
    float: left;
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}
.form-page-panel h2 {
    
    margin-bottom: 30px;
}

.ctabs2 {float: left; margin-top: 0px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden;}
.ctabs2 li {float: right;}
.ctabs2 li a {float: right; padding: 5px 25px 15px; background-color: rgba(255,255,255,0.10);background-color:#1e4861; font-size: 24px; color: #ffffff;}
.ctabs2 li:hover a, .ctabs li.active a {background-color: #0da6a6;}
.headmargin {
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
    border-bottom: 2px solid rgba(56,182,182,0.20);
    margin: 20px 10px;
}
.media-center-header h3 {
    font-size:35px; 
}
header .call a{
    font-size: 20px;
    color: #04334f;
    line-height: 37px;
    margin-top: 20px;
    height: 48px;
}
.volunteer {
float:right;

}
    .volunteer .volimg {
    width:100%;
    }
.dropdown-menu {
    width: 200px;
    /*float: left;
    direction: ltr;
    text-align: left;*/
    top: 100px;
    left: 0;
    right: auto;
}
.form-page-panel .lineborder h1 {
    color: #0d2945;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    float: right;
    text-align: right;
    font-size: 25px;
}
/*******************************/


.partnersbox .partners {
    width: 100%;
    padding: 5px 5px 5px;
    max-height: 105px;
}

.ctabs2 li {
    float: left;
}

.MediaIndex .textTop {
    margin: 20px 0px 40px;
    font-size: 18px;
    color: #717880;
}

    .MediaIndex .textTop a {
        font-size: 18px;
        color: #04334f;
        line-height: 37px;
        font-size: 18px;
        color: #04334f;
        line-height: 37px;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }

.updates .ctitleT {
    background-image: url("../images/gadha-banner-2.png");
    background-repeat: no-repeat;
    background-position: 0px 52%;
    margin-bottom: 70px;
    height: 166px;
    text-align: center;
    background-position: right;
}

    .updates .ctitleT a {
        float: left;
        padding: 5px 25px 15px;
        background-color: rgba(255,255,255,0.10);
        font-size: 24px;
        color: #ffffff;
        width: 150px;
        text-align: center;
        margin: 30px 0 5px;
        /*margin: -5px 0 17px;*/
    }

    .updates .ctitleT h3 {
        display: none;
    }

    .updates .ctitleT h4 {
        color: #fff;
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

.himmetwatan .ctitle h4 {
    font-size: 30px;
    color: #04334f;
    font-family: 'DINNEXTTMARABICMEDIUM';
    padding-right: 35px;
}

.videopage .ctitlet3 {
    background-image: url(../images/tabara3-icon.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.videopage .ctitlet2 {
    background-image: url(../images/ta6awa3-icon.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.videopage .ctitlet1 {
    background-image: url('../images/sharek -icon.png');
    background-position: 99% 50%;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.mediaIndex .watanbox {
    float: right;
    width: 100%;
    height: 645px;
    background-color: #fff;
    margin-bottom: 10%;
    padding: 39px;
}

.videopage .ctitlet1 img {
    width: 100%;
    height: auto;
}

.docbanner {
    background-image: url(../images/doctor-banner.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    height: 50%;
    float: right;
    position: relative;
    width: 100%;
}

    .docbanner img {
        float: right;
        margin: 17% 6% 17% 1%;
    }

.nursebanner {
    background-image: url(../images/nurse-banner.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    height: 50%;
    float: right;
    position: relative;
    width: 100%;
}

    .nursebanner img {
        float: right;
        margin: 17% 6% 17% 1%;
    }

    .nursebanner h3, .docbanner h3 {
        color: #ffffff;
        font-size: 30px;
        font-family: 'DINNEXTTMARABICMEDIUM';
        margin: 17% 17% 17% 1%;
    }

.boximg {
    background-color: #f0f0f0;
    text-align: center;
    padding: 40px;
    margin: 0px;
    height: 100%;
}

.mediaIndex .watanbox2 {
    float: right;
    position: relative;
    height: 520px;
    margin-bottom: 0;
}

    .MediaIndex .watanbox2 .boximg h4 {
        font-size: 30px;
        color: #04334f;
        font-family: 'DINNEXTTMARABICMEDIUM';
        padding: 15% 13% 10%;
    }

.framec {
    margin-top: 20px;
    width: 100%;
    height: 500px;
}

.shrebtn {
    text-align: center;
    float: right;
    margin-top: -90px;
    height: 60px;
}

    .shrebtn a {
        color: #ffffff !important;
        font-size: 18px;
        background-color: #0da6a6;
        padding: 10px 61px;
        line-height: 60px;
        border-radius: 5px;
    }

.leftpart .publpart3 .ctitle {
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat;
    background-position: 40px 52%;
}

    .leftpart .publpart3 .ctitle h3 {
        float: right
    }

.leftpart .publpart3 h4 {
    font-size: 18px;
    color: #04334f;
    line-height: 37px;
    float: left;
    padding-left: 30px;
}

.MediaIndex .textTop2 {
    margin: 20px 0px 40px;
    font-size: 20px;
    color: #717880;
}

    .MediaIndex .textTop2 a {
        font-size: 20px;
        color: #04334f;
        line-height: 37px;
        float: left;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 20px;
        text-align: left;
    }

.modal.in .modal-dialog {
    text-align: center;
}

.nkpic .info {
    padding: 0 40px;
    margin-top: -80px;
}

    .nkpic .info .infoinner {
        background-color: #ffffff;
        min-height: 310px;
        min-height: 190px;
        padding: 55px 60px;
        border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
    }

        .nkpic .info .infoinner p {
            font-size: 20px;
            color: #003558;
            line-height: 40px;
        }

    .nkpic .info .infoinner {
        background-color: #ffffff;
        min-height: 210px;
        min-height: 140px;
        padding: 20px 25px;
        border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
    }

.at-share-btn-elements {
    float: left;
}

.socialshar1e {
    margin: 15px 0 !important;
}

.at-style-responsive .at-svc-email, .at-style-responsive .at-svc-print {
    display: none !important;
}

.SharesPage {
    padding: 30px 0 0;
    margin: 130px 0 130px;
}

.socialshar1e .addthis_inline_share_toolbox span {
    display: none !important;
}

.socialshar1e .addthis_inline_share_toolbox .at4-show span {
    display: block !important;
}
/*.historicalsites .nkpic {
    margin-bottom: 60px;
}*/

.nkpic .info .infoinner {
    background-color: initial;
    min-height: 100px;
    height: 100px;
    padding: 0 0px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff;
}

    .nkpic .info .infoinner p {
        font-size: 24px;
        line-height: 40px;
        color: #003558;
        font-weight: 500;
    }

.nkpic .video {
    display: block;
    /*margin-top: 30px;*/
    position: relative;
    background-color: #000000;
    /*width: 530px;*/
    height: 320px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}

.nkpic .info {
    padding: 30px 30px;
    margin-top: 0px;
    height: 175px;
    background-color: #fff;
}

.historicalsites .nkpic {
    float: left;
}

.historicalsites .nkvideoh {
    float: left;
    width: 530px;
    height: 530px;
    margin-top: 30px;
}

.nkvideoh .nkvideoin {
    padding: 0;
}

    .nkvideoh .nkvideoin .video {
        display: block;
        margin-top: 0px;
    }

        .nkvideoh .nkvideoin .video img {
            opacity: 1;
            width: 100%;
            height: 320px;
        }

/********************/
.leftpart .publpart3 .ctitle {
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat;
    background-position: 92% 52%;
}

    .leftpart .publpart3 .ctitle h3 {
        float: left
    }

.leftpart .publpart3 h4 {
    font-size: 18px;
    color: #04334f;
    line-height: 37px;
    float: right;
    padding-right: 30px;
}
.updates .innerlist li p, .infotexts .innertexts .timedate {
    font-size: 18px;
    color: #717880;
    float: left;
    text-align: left;
    direction: ltr;
}
.updates .innerlist li h4 {
    display: block;
    margin: 18px 0 28px 0;
    float: left;
    text-align: left;
    direction: ltr;
    width: 100%;
}
.updates .innerlist li .tag, .infotexts .innertexts .tag {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 1px 12px 7px;
    background-color: #0da6a6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
}
/****************************/
.infotexts .innertexts {
    background-color: #ffffff;
    padding: 55px 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);
    text-align: left;
    float: left;
    width: 100%;
    direction: ltr;
}
.updates .innerlist li h4 a {
    font-size: 27px;
    color: #04334f;
    font-family: 'DINNEXTTMARABICMEDIUM';
    font-weight: 400;
    line-height: 35px;
}
.infotexts .innertexts h4 {
    font-size: 32px;
    margin: 10px 0 15px 0;
    color: #04334f;
    line-height: 60px;
    line-height: 42px;
    font-family: 'DINNEXTTMARABICMEDIUM';
    width: 100%;
    float: left;
}
.tipspart .tipslider .innerbox ul li {
    font-size: 16px;
    line-height: 30px;
}
.tipspart .tipslider .innerbox {
    height: 870px;
}
.bannertext h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 85px;
    font-family: 'DINNEXTTMARABICMEDIUM';
    float: left;
    text-align: left;
    direction: ltr;
}
.breadcrumbs ul li {
    direction: ltr;
}
.innertexts ul li {
  width:100%;
    float: left;
}
.slide9 {
    width: 98%;
    float: right;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 10px;
    padding-bottom: 30px;
}

    .slide9 .title9 {
        float: right;
        width: 100%;
        /*padding-right: 50px;
            padding-left: 50px;*/
        background-image: url(/content/ClientTheme/en/images/plus.png);
        background-repeat: no-repeat;
        background-position: 4% center;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slide9 .title9_active {
        background: url(/content/ClientTheme/en/images/minus.png) no-repeat 3% 50%;
        background-repeat: no-repeat;
        background-position: 4% center;
        cursor: pointer;
    }

    .slide9 .title9 img {
        float: left;
        width: 104px;
        height: auto;
        border-radius: 15px;
        border: 1px solid #efd7c5;
        box-shadow: 1px 1px 5px 5px #efd7c5;
    }

    .slide9 .title9 h4 {
        font-size: 24px;
        color: #0c7c8b;
        padding-left: 0px;
        float: right;
    }

    .slide9 .soinfo9 {
        float: right;
        width: 100%;
        padding-right: 0px;
        padding-top: 10px;
        padding-left: 0px;
        padding-bottom: 0px;
        text-align: right;
        display: none;
    }

        .slide9 .soinfo9 p {
            text-align: right;
            float: right;
            text-align: right;
            float: right;
            padding: 0;
            color: #999999;
        }

        .slide9 .soinfo9 p {
            text-align: right;
            float: right;
            text-align: left;
            float: left;
            padding: 0;
            color: #999999;
            margin: 0;
        }
header .lheader .language {
    background: none;
    background-color: #f0f1f2;
    padding: 0;
    height: 45px;
    width: 90px;
    font-size: 16px;
    color: #9fa1a5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-right: 0px;
    margin-left: 45px;
    text-align: center;
}

    header .lheader .language span {
        font-size: 18px;
        color: #0da6a6;
        font-family: 'DINNEXTTMARABICREGULAR';
        float: right;
        text-align: center;
        font-weight: 500;
        WIDTH: 100%;
    }
#graph2 {
    position: relative;
    width: 100%;
    padding: 0px 0 10px;
    margin: 30px auto 30px auto;
    height: 400px;
}
.Chart {
    display: block;
    margin: 0px 0 60px 0;
    padding: 0px 0 90px 0;
}

#graph3 circle {
    display: none;
}
#graph3 tspan {
    fill: #fff;
    text-anchor: start;
}
#graph3 {
    width: 100%;
    height:300px;
    float:left;
}
#graph3 svg{
    width:100%;
}
.UNFDA {
    width: 200px;
    height: auto;
    margin-top: 30px;
}
.maintopart {/*background: url('../images/header (4).jpg') no-repeat 50% 0; background-size: cover; /*padding: 40px 0 50px; /*margin-top: 100px;*/}
.maintopart .caseinfo {padding: 0 140px;}
.maintopart .allcases, .maintopart .dailycases {padding: 0;}
.maintopart .allcases ul li {float: left; margin:10px 10px 0 0; padding: 24px 20px; position: relative; width: 266px; height: 140px; background-color: rgba(0,0,0,0.20); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.maintopart .allcases ul li:last-child {margin-right: 0px;}
.maintopart .allcases ul li h4 {font-size: 40px; font-family: 'DINNEXTTMARABICMEDIUM'; text-align:left}
.maintopart .allcases ul li span {font-size: 20px; margin-top: 9px; display: block; color: #ffffff; text-align:left;}
.maintopart .allcases ul li .icon {position: absolute; top: 30px; right: 30px;}
.maintopart .allcases ul .confirmed h4 {color: #f99762;}
.maintopart .allcases ul .recovered h4 {color: #0da6a6;}
.maintopart .allcases ul .undertreatment h4 {color: #eeb667;}
.maintopart .allcases ul .deaths h4 {color: #f96262;}
.maintopart .allcases ul .tests h4 {color: #0c9f6b;}

.maintopart .charts {padding: 50px 0;}
.maintopart .charts div {max-width: 100%;}
.maintopart .dailycases ul li {float: left; margin:10px 10px 0 0; padding: 15px 20px; position: relative; width: 335px; height: 111px; background-color: rgba(255,255,255,0.05); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.maintopart .dailycases ul li:last-child {margin-right: 0px;}
.maintopart .dailycases ul li h4 {font-size: 36px; font-family: 'DINNEXTTMARABICMEDIUM'; text-align:left;}
.maintopart .dailycases ul li span {font-size: 18px; margin-top: 5px; display: block; color: #ffffff;    font-weight: normal; text-align:left;}
.maintopart .dailycases ul li .icon {position: absolute; top: 25px; right: 30px;}
.maintopart .dailycases ul .insidecase, .maintopart .dailycases ul .outsidecase {width: 220px; height:50px;}
.maintopart .dailycases ul .daily h4 {color: #f99762;}
.maintopart .dailycases ul .insidecase h4 {color: #50d4f2;}
.maintopart .dailycases ul .outsidecase h4 {color: #f96262;}
.maintopart .latestnews {font-size: 14px; color: #ffffff; position: absolute; right: 0; bottom: 0;}
.maintopart .dailycases ul .insidecase h4, .maintopart .dailycases ul .outsidecase h4 { font-size: 20px; font-family: 'DINNEXTTMARABICMEDIUM'; display: -webkit-inline-box; direction: ltr; float:left}
.maintopart .dailycases ul .insidecase .icon, .maintopart .dailycases ul .outsidecase .icon { position: absolute; top: 12px; right: 12px; width: 25px; height: auto;}
.maintopart .dailycases ul .insidecase .icon img, .maintopart .dailycases ul .outsidecase .icon img {width:100%}
.maintopart .dailycases ul .insidecase span, .maintopart .dailycases ul .outsidecase span {  font-size: 15px;     padding-left: 10px;}
.maintopart .dailycases ul .insidecase, .maintopart .dailycases ul .outsidecase {float: left; margin: 10px 0 0 10px; padding: 12px 15px; position:absolute; left:345px}
.maintopart .dailycases ul .outsidecase{ top: 60px;}
.maintopart .dailycases ul .daily span{ margin-top:10px;}

.slide9 {
    width: 98%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 17px 0;
    margin: 10px;
    padding-bottom: 30px;
    padding-bottom: 37px;
}

.slide {
    width: 98%;
    float: left;
    padding: 17px 0;
    margin: 10px;
    border-bottom: 1px solid #0da6a6;
    padding-bottom: 37px;
}

    .slide .soinfo {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 50px;
        padding-bottom: 0px;
        text-align: left;
        display: none;
    }

.UNFDA {
    width: 200px;
    height: auto;
    margin-top: 30px;
}


.slide9 .title9 {
    float: left;
    width: 100%;
    /*padding-right: 50px;
            padding-left: 50px;*/
    background-image: url(/content/ClientTheme/en/images/plus.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.slide .title {
    cursor: pointer;
}

.slide9 .title9_active {
    background: url(/content/ClientTheme/en/images/minus.png) no-repeat 3% 50%;
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
}

.slide9 .title9 img {
    float: right;
    width: 104px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #efd7c5;
    box-shadow: 1px 1px 5px 5px #efd7c5;
}

.slide9 .title9 h4 {
    font-size: 24px;
    color: #0c7c8b;
    padding-left: 0px;
    float: left;
    color: #999999;
    padding-left: 25px;
    color: #717880;
    background: url(http://ministryofhealth.jo.191-233-108-131.mint.imagine.com.jo/Content/ClientTheme/ar/images/point-dot.png) no-repeat 0% 20px;
    background-size: 9px 7px;
    margin: 0px 0 5px 0;
    line-height: normal;
    cursor: pointer;
}

.slide9 .soinfo9 {
    float: left;
    width: 100%;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    text-align: left;
    display: none;
}

    .slide9 .soinfo9 p {
        text-align: left;
        float: left;
        text-align: left;
        float: left;
        padding: 0;
        color: #999999;
        margin-top: 0px;
    }

.slide h3 {
    font-size: 24px;
    color: #0da6a6;
    padding-right: 0px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.slide9:last-child {
    border-bottom: none;
}
.contents .ctitle{ float: left;    width: 100%;}
.contents {background-color: #f9f9f9; padding: 90px 0;}
.contents .leftlinks .leftinner, .contents .overview .overinner {float: left; background-color: #ffffff; min-height: 821px; width: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.contents .leftlinks ul {float: left; width: 100%;}
.contents .leftlinks ul li {float: left; width: 100%;}
.contents .leftlinks ul li a{float: left; width: 100%; color: #717880; font-size: 20px; line-height: 70px; padding-left: 30px; border-left: 3px solid transparent;text-align: left;}
.contents .leftlinks ul li a:hover {border-color:#0da6a6; background-color: rgba(13,166,166,0.08);}
.contents .overview .overtext {padding:30px 40px; float: left; width: 100%;}
.contents .overview .overtext p {color: #717880; font-size: 20px; line-height: 30px;text-align: left;}
.contents .overview .overtext ul {float: left; width: 100%;}
.contents .overview .overtext ul li {float: left; background-image: url(../images/point.png); background-repeat: no-repeat; background-position: 0px 15px; padding-left: 12px; color: #717880; font-size: 20px; margin-top: 10px;text-align: left;}
.contents .overview .phasesinner {float: left; width: 100%; padding: 69px 0 50px;}
.contents .overview .phasesinner .phbox {float: left; width: 223px;}
.contents .overview .phasesinner .phbox p {font-size: 18px; color: #717880;  padding: 30px 20px 0px;}
.contents .overview .phasesinner .phbox5 p {padding-right: 0px;}
.contents .overview .phasesinner .phbox h4 {font-size: 18px; text-align: center; padding: 25px 30px 25px 70px; color: #ffffff; position: relative; height: 71px; font-family: 'DINNEXTTMARABICMEDIUM';}
.contents .overview .phasesinner .phbox h4:after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 70px; border-left: 45px solid #ffffff; border-top: 45px solid transparent;border-bottom: 45px solid transparent; z-index: 2;}
.contents .overview .phasesinner .phbox h4:before { content: ""; position: absolute; right: -33px; bottom: 0; width: 0; height: 0;border-left: 34px solid #0da66e;border-top: 35px solid transparent; border-bottom: 36px solid transparent; z-index: 3;}

.contents .overview .phasesinner .phbox1 h4 {background-color:#f96262; }
.contents .overview .phasesinner .phbox2 h4 {background-color:#f99762; }
.contents .overview .phasesinner .phbox3 h4 {background-color:#eeb667; }
.contents .overview .phasesinner .phbox4 h4 {background-color:#026fbd; }
.contents .overview .phasesinner .phbox5 h4 {background-color:#0da66e; }

.contents .overview .phasesinner .phbox1 h4 {padding-left:50px;}
.contents .overview .phasesinner .phbox5 h4 { padding: 15px 30px 15px 70px;}
.contents .overview .phasesinner .phbox1 h4:after {display: none;}
.contents .overview .phasesinner .phbox1 h4:before { border-left: 34px solid #f96262;}
.contents .overview .phasesinner .phbox2 h4:before { border-left: 34px solid #f99762;}
.contents .overview .phasesinner .phbox3 h4:before { border-left: 34px solid #eeb667;}
.contents .overview .phasesinner .phbox4 h4:before { border-left: 34px solid #026fbd;}
.contents .overview .phasesinner .phbox5 h4:before { border-left: 34px solid #0da66e;}

.contents .frameworkpart {margin-top: 30px;}
.frameworkpart .framework {float: left; width: 100%; background-color: #ffffff; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.frameworkpart .framework .frameleft {padding: 40px 15px 40px 40px;}
.frameworkpart .framework .frameright {padding: 40px;}
.frameworkpart .framework .frameright p {color: #717880; font-size: 20px; margin-top: 38px; line-height:34px;text-align: left;direction: ltr;}
.frameworkpart .framework .frameleft .imgbox {float: left; width: 100%; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}

.contents .healthworking {margin-top: 30px; margin-bottom: 90px;}
.healthworking .healthinner, .healthworking .workinginner {float: left; width: 100%; min-height: 861px; background-color: #ffffff; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.healthworking .healthinner .healthrisk, .healthworking .workinginner .workingtogether {float: left; width: 100%; text-align: center; padding: 30px;}
.healthworking .healthinner .healthrisk .icon {width: 391px; height: 391px; background-color: #f0f0f0; background-image: url(../images/icon1.png); background-position: 50% 50%; background-repeat: no-repeat; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; display: inline-block; margin: 40px 0px;}
.healthworking .healthinner .healthrisk p {float: left; width: 100%; font-style: italic; text-align: center; color: #717880; font-size: 30px; padding: 10px 75px 10px; text-align: left;direction: ltr;}

.contents .phasepart {margin-bottom: 70px;}
.contents .phasepart .phase {cursor: pointer; padding: 0;}
.contents .phasepart .phaseno {float: left; padding: 20px 5px 28px; width: 256px; font-size: 30px; text-align: center; font-family: 'DINNEXTTMARABICMEDIUM'; color: #ffffff; border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; -webkit-border-radius: 4px 0 0 0; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); position: relative;}
.contents .phasepart .phaseno:after {content: ""; width: 60px; height: 94px; right: -60px; position: absolute; top: -1px; bottom: 0; background-repeat: no-repeat;}
.contents .phasepart .phasetype {text-align: center; margin-left: 316px; font-size: 30px; padding: 20px 5px 28px; font-family: 'DINNEXTTMARABICMEDIUM'; background-color: #ffffff; box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);}
.contents .phasepart .inforow {padding: 0; margin-bottom: 9px;}
.contents .phasepart .inforow:last-child {margin-bottom: 0px;}
.contents .phasepart .leftcol {float: left; width: 256px; text-align: center; position: relative; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.contents .phasepart .leftcol h4 {font-size: 24px; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM'; line-height: 36px; top: 45%; position: absolute; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.contents .phasepart .details {padding: 0; display: none;}
.contents .phasepart .infotext {margin-left: 280px; border-bottom: 1px solid #e0e0e0; padding: 15px;    direction: ltr;}
.contents .phasepart .infotext p {font-size: 18px; line-height: 36px; color: #717880; text-align: left; direction: ltr;}
.contents .phasepart .infotext ul li {display: inline-block; width: 100%; font-size: 18px; color: #717880; line-height: 36px; padding-left: 15px; background: url(../images/plus-icon1.png) no-repeat 0 15px;text-align: left; direction: ltr;}

.contents .phasepart .col1 {height: 121px;}
.contents .phasepart .col2 {height: 71px;}
.contents .phasepart .col3 {height: 361px;}
.contents .phasepart .col4, .contents .phasepart .col5, .contents .phasepart .col6 {height: 141px;}

.contents .phasepart .inforow1 .infotext {min-height: 131px; padding-top: 17px;    direction: ltr;}
.contents .phasepart .inforow2 .infotext {min-height: 82px;    direction: ltr;}
.contents .phasepart .inforow3 .infotext {padding-bottom: 31px; direction: ltr;}
.contents .phasepart .inforow3 ul li {width: 48%;}
.contents .phasepart .inforow4 .infotext, .contents .phasepart .inforow5 .infotext {padding-bottom: 27px; direction: ltr;}
.contents .phasepart .inforow5 ul li {/*width: 48%;*/ padding-left: 45px; background-position: 0px 8px;}
.contents .phasepart .inforow6 .infotext {border-bottom: none;     direction: ltr;}
.contents .phasepart .inforow6 ul li {background-image: url(../images/point1.png); background-position: 0 12px; padding-left: 18px;}

.contents .phase1 .phaseno {background-color: #f96262;}
.contents .phase1 .phaseno:after {background-image: url(../images/shap-img1.png);}
.contents .phase1 .phasetype {color: #f96262;}
.contents .phase1 .col1 {background-color: #f9dcdc;}
.contents .phase1 .col2 {background-color: #f9cfcf;}
.contents .phase1 .col3 {background-color: #f9b4b4;}
.contents .phase1 .col4 {background-color: #f99898;}
.contents .phase1 .col5 {background-color: #f97d7d;}
.contents .phase1 .col6 {background-color: #f96262;}
/*.contents .phase1 .inforow5 ul li:first-child {background-image: url(../images/clock-icon1.png);}
.contents .phase1 .inforow5 ul li:nth-child(2) {background-image: url(../images/people-icon1.png);}
.contents .phase1 .inforow5 ul li:nth-child(3) {background-image: url(../images/hist-icon1.png);}
.contents .phase1 .inforow5 ul li:nth-child(4) {background-image: url(../images/car-icon1.png); background-position: 0px 13px;}
.contents .phase1 .inforow5 ul li:nth-child(5) {background-image: url(../images/mob-icon1.png);}*/
.contents .phase1 .phaseactive .phaseno:after {background-image: url(../images/shap-img1-a.png);}
.contents .phase1 .phaseactive .phasetype {background-color: #f96262;}
.contents .phase1.activepart .details {background-color: #f9eaea;}

.contents .phase2 .phaseno {background-color: #f99762;}
.contents .phase2 .phaseno:after {background-image: url(../images/shap-img2.png);}
.contents .phase2 .phasetype {color: #f99762;}
.contents .phase2 .col1 {background-color: #f9e6dc;}
.contents .phase2 .col2 {background-color: #f9ddcf;}
.contents .phase2 .col3 {background-color: #f9ccb4;}
.contents .phase2 .col4 {background-color: #f9ba98;}
.contents .phase2 .col5 {background-color: #f9a97d;}
.contents .phase2 .col6 {background-color: #f99762;}
.contents .phase2 .inforow5 ul li {/*width: 48%;*/ padding-left: 45px; background-position: 0px 8px;text-align: left; direction: ltr;}
/*.contents .phase2 .inforow5 ul li:first-child {background-image: url(../images/clock-icon2.png);}
.contents .phase2 .inforow5 ul li:nth-child(2) {background-image: url(../images/people-icon2.png);}
.contents .phase2 .inforow5 ul li:nth-child(3) {background-image: url(../images/hist-icon2.png);}
.contents .phase2 .inforow5 ul li:nth-child(4) {background-image: url(../images/car-icon2.png); background-position: 0px 13px;}
.contents .phase2 .inforow5 ul li:nth-child(5) {background-image: url(../images/mob-icon2.png);}*/
.contents .phase2 .phaseactive .phaseno:after {background-image: url(../images/shap-img2-a.png);}
.contents .phase2 .phaseactive .phasetype {background-color: #f99762;}
.contents .phase2.activepart .details {background-color: #f9efea;}

.contents .phase3 .phaseno {background-color: #eeb667;}
.contents .phase3 .phaseno:after {background-image: url(../images/shap-img3.png);}
.contents .phase3 .phasetype {color: #eeb667;}
.contents .phase3 .col1 {background-color: #f7ecdd;}
.contents .phase3 .col2 {background-color: #f6e6d0;}
.contents .phase3 .col3 {background-color: #f4dab6;}
.contents .phase3 .col4 {background-color: #f2ce9b;}
.contents .phase3 .col5 {background-color: #f0c281;}
.contents .phase3 .col6 {background-color: #eeb667;}
.contents .phase3 .inforow5 ul li {/*width: 48%;*/ padding-left: 45px; background-position: 0px 8px;text-align: left; direction: ltr;}
/*.contents .phase3 .inforow5 ul li:first-child {background-image: url(../images/clock-icon3.png);}
.contents .phase3 .inforow5 ul li:nth-child(2) {background-image: url(../images/people-icon3.png);}
.contents .phase3 .inforow5 ul li:nth-child(3) {background-image: url(../images/hist-icon3.png);}
.contents .phase3 .inforow5 ul li:nth-child(4) {background-image: url(../images/car-icon3.png); background-position: 0px 13px;}
.contents .phase3 .inforow5 ul li:nth-child(5) {background-image: url(../images/mob-icon3.png);}*/
.contents .phase3 .phaseactive .phaseno:after {background-image: url(../images/shap-img3-a.png);}
.contents .phase3 .phaseactive .phasetype {background-color: #eeb667;}
.contents .phase3.activepart .details {background-color: #f8f2ea;}

.contents .phase4 .phaseno {background-color: #026fbd;}
.contents .phase4 .phaseno:after {background-image: url(../images/shap-img4.png);}
.contents .phase4 .phasetype {color: #026fbd;}
/*.contents .phase4 .col1 {background-color: #cbe9e9;}
.contents .phase4 .col2 {background-color: #b7e2e2;}
.contents .phase4 .col3 {background-color: #8cd3d3;}
.contents .phase4 .col4 {background-color: #62c4c4;}
.contents .phase4 .col5 {background-color: #37b5b5;}
.contents .phase4 .col6 {background-color: #026fbd;}*/
.contents .phase4 .col1 {background-color: #c9deed;}
.contents .phase4 .col2 {background-color: #b4d2e8;}
.contents .phase4 .col3 {background-color: #87b9dd;}
.contents .phase4 .col4 {background-color: #5ba1d3;}
.contents .phase4 .col5 {background-color: #2e88c8;}
.contents .phase4 .col6 {background-color: #026fbd;}
.contents .phase4 .inforow5 ul li {/*width: 48%;*/ padding-left: 45px; background-position: 0px 8px;text-align: left; direction: ltr;}
/*.contents .phase4 .inforow5 ul li:first-child {background-image: url(../images/clock-icon4.png);}
.contents .phase4 .inforow5 ul li:nth-child(2) {background-image: url(../images/people-icon4.png);}
.contents .phase4 .inforow5 ul li:nth-child(3) {background-image: url(../images/hist-icon4.png);}
.contents .phase4 .inforow5 ul li:nth-child(4) {background-image: url(../images/car-icon4.png); background-position: 0px 13px;}
.contents .phase4 .inforow5 ul li:nth-child(5) {background-image: url(../images/mob-icon4.png);}*/
.contents .phase4 .phaseactive .phaseno:after {background-image: url(../images/shap-img4-a.png);}
.contents .phase4 .phaseactive .phasetype {background-color: #026fbd;}
.contents .phase4.activepart .details {background-color: #e1f1f1;}

.contents .phase5 .phaseno {background-color: #0da66e;}
.contents .phase5 .phaseno:after {background-image: url(../images/shap-img5.png);}
.contents .phase5 .phasetype {color: #0da66e;}
.contents .phase5 .col1 {background-color: #cbe9de;}
.contents .phase5 .col2 {background-color: #b7e2d2;}
.contents .phase5 .col3 {background-color: #8cd3b9;}
.contents .phase5 .col4 {background-color: #62c4a0;}
.contents .phase5 .col5 {background-color: #37b587;}
.contents .phase5 .col6 {background-color: #0da66e;}
.contents .phase5 .inforow5 ul li {/*width: 48%;*/ padding-left: 45px; background-position: 0px 8px;text-align: left; direction: ltr;}
/*.contents .phase5 .inforow5 ul li:first-child {background-image: url(../images/clock-icon5.png);}
.contents .phase5 .inforow5 ul li:nth-child(2) {background-image: url(../images/people-icon5.png);}
.contents .phase5 .inforow5 ul li:nth-child(3) {background-image: url(../images/hist-icon5.png);}
.contents .phase5 .inforow5 ul li:nth-child(4) {background-image: url(../images/car-icon5.png); background-position: 0px 13px;}
.contents .phase5 .inforow5 ul li:nth-child(5) {background-image: url(../images/mob-icon5.png);}*/
.contents .phase5 .phaseactive .phaseno:after {background-image: url(../images/shap-img5-a.png);}
.contents .phase5 .phaseactive .phasetype {background-color: #0da66e;}
.contents .phase5.activepart .details {background-color: #e1f1eb;}
.contents .phasepart .phaseactive .phasetype {color: #ffffff;}

.essentialparts .sectorth {background-color: #ffffff; padding:20px 0 23px;}
.essentialparts .sectorth ul li {float: left; text-transform: uppercase; font-size: 16px; color: #717880; font-family: 'DINNEXTTMARABICMEDIUM';text-align: left; direction: ltr;}
.essentialparts .sectorth ul li:nth-child(1) {width: 90px; text-align: center;}
.essentialparts .sectorth ul li:nth-child(2) {width: 390px; padding-left: 85px;}
.essentialparts .sectorth ul li:nth-child(3) {width: 310px;}
.essentialparts .businessrow {background-color: #ffffff; padding: 0;}
.essentialparts .businessrow .textbar {z-index: 1;font-size: 30px; text-align: center; font-family: 'DINNEXTTMARABICMEDIUM'; color: #ffffff;position: absolute;bottom: -70px;left: 30px;margin-left: -30px;width: 450px;height: 90px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg); transform: rotate(270deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; padding-top: 18px;}
.essentialparts .businessrow .textbar1 {background-color: #f96262;}
.essentialparts .businessrow .textbar2 {background-color: #f99762;}
.essentialparts .businessrow .textbar3 {background-color: #eeb667;}
.essentialparts .businessrow .textbar4 {background-color: #026fbd; bottom: -90px;}
.essentialparts .businessrow .texts {background-color: #f9f9f9; padding:10px 0 35px; margin-bottom: 20px;}
.essentialparts .businessrow:last-child .texts:last-child {margin-bottom: 0px; border-bottom: 1px solid #eaeaea;}
.essentialparts .businessrow .col1 {float: left; width: 480px; padding-left: 175px; margin-top: 30px; padding-left: 145px;}
.essentialparts .businessrow .col1 h5 {font-size: 18px; color: #04334f; font-family: 'DINNEXTTMARABICMEDIUM';float: left;}
.essentialparts .businessrow .col2 {float: left; width: 1168px; margin-top: 30px;}
.essentialparts .businessrow .col2 ul li {float: left; margin-bottom: 10px; width: 50%; font-size: 18px; color: #717880; background: url(../images/point2.png) no-repeat 0px 12px; padding-left: 10px; direction: ltr; text-align:left;}
.contents .leftlinks ul li a.active {
    border-color: #0da6a6;
    background-color: rgba(13,166,166,0.08);}



/** Reem **/

.contents .phasepart .inforow5 ul .first-child {
    background-image: url(../images/clock-icon1.png);
}

.contents .phasepart .inforow5 ul .sec-child {
    background-image: url(../images/hist-icon1.png);
}

.contents .phasepart .inforow5 ul .third-child {
    background-image: url(../images/mob-icon1.png);
}

.contents .phasepart .inforow5 ul .forth-child {
    background-image: url(../images/people-icon1.png);
}

.contents .phasepart .inforow5 ul .fifth-child {
    background-position: 0px 13px;
    background-image: url(../images/car-icon1.png);
}


.contents .phase3 .inforow5 ul .first-child {
    background-image: url(../images/clock-icon3.png);
}

.contents .phase3 .inforow5 ul .forth-child {
    background-image: url(../images/people-icon3.png);
}

.contents .phase3 .inforow5 ul .sec-child {
    background-image: url(../images/hist-icon3.png);
}

.contents .phase3 .inforow5 ul .fifth-child {
    background-image: url(../images/car-icon3.png);
    background-position: 0px 13px;
}

.contents .phase3 .inforow5 ul .third-child {
    background-image: url(../images/mob-icon3.png);
}


.contents .phase2 .inforow5 ul .first-child {
    background-image: url(../images/clock-icon2.png);
}

.contents .phase2 .inforow5 ul .forth-child {
    background-image: url(../images/people-icon2.png);
}

.contents .phase2 .inforow5 ul .sec-child {
    background-image: url(../images/hist-icon2.png);
}

.contents .phase2 .inforow5 ul .fifth-child {
    background-image: url(../images/car-icon2.png);
    background-position: 0px 13px;
}

.contents .phase2 .inforow5 ul .third-child {
    background-image: url(../images/mob-icon2.png);
}


.contents .phase4 .inforow5 ul .first-child {
    background-image: url(../images/clock-icon4.png);
}

.contents .phase4 .inforow5 ul .forth-child {
    background-image: url(../images/people-icon4.png);
}

.contents .phase4 .inforow5 ul .sec-child {
    background-image: url(../images/hist-icon4.png);
}

.contents .phase4 .inforow5 ul .fifth-child {
    background-image: url(../images/car-icon4.png);
    background-position: 0px 13px;
}

.contents .phase4 .inforow5 ul .third-child {
    background-image: url(../images/mob-icon4.png);
}


.contents .phase5 .inforow5 ul .first-child {
    background-image: url(../images/clock-icon5.png);
}

.contents .phase5 .inforow5 ul .forth-child {
    background-image: url(../images/people-icon5.png);
}

.contents .phase5 .inforow5 ul .sec-child {
    background-image: url(../images/hist-icon5.png);
}

.contents .phase5 .inforow5 ul .fifth-child {
    background-image: url(../images/car-icon5.png);
    background-position: 0px 13px;
}

.contents .phase5 .inforow5 ul .third-child {
    background-image: url(../images/mob-icon5.png);
}

.contents .phase4 .col4 {
    height: 349px;
}

.contents .phasepart .inforow6 .infotext, .contents .phasepart .inforow4 .infotext {
    border-bottom: none;
    direction: ltr;
    border-top: 1px solid #e0e0e0;
}

.contents .phasepart .inforow5 .infotext {
    border-top: 1px solid #e0e0e0;
}

.contents .phasepart .inforow5 .infotext, .contents .phasepart .inforow3 .infotext {
    border-bottom: none;
}



.workingtogether .infotexts {
    width: 696px;
    height: 701px;
    position: relative;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/working.jpg);
}

    .workingtogether .infotexts .texts {
        width: 170px;
        position: absolute;
        text-align: left;
    }

    .workingtogether .infotexts .texts1 {
        left: 140px;
        top: 140px;
        width: 160px;
    }

    .workingtogether .infotexts .texts2 {
        right: 171px;
        top: 97px;
        width: 127px;
    }

    .workingtogether .infotexts .texts3 {
        right: 80px;
        bottom: 230px;
        width: 172px;
    }

    .workingtogether .infotexts .texts5 {
        left: 45px;
        bottom: 211px;
        width: 254px;
    }

    .workingtogether .infotexts .texts4 {
        left: 254px;
        bottom: 100px;
        width: 175px;
    }

    .workingtogether .infotexts .texts h4, .workingtogether .infotexts .texts p {
        text-align: center;
    }

    .workingtogether .infotexts .texts h4 {
        color: #ffffff;
        font-size: 18px;
        font-family: 'DINNEXTTMARABICMEDIUM';
        margin-bottom: 5px;
    }

    .workingtogether .infotexts .texts ul {
        float: left;
        width: 100%;
    }

        .workingtogether .infotexts .texts ul li {
            color: #ffffff;
            font-size: 15px;
            float: left;
            background-image: url(../images/point3.png);
            background-repeat: no-repeat;
            background-position: 0px 9px;
            padding-left: 12px;
            text-align: left;
        }
    .workingtogether .infotexts .texts p {
        font-size: 15px;
    }
    .workingtogether .infotexts .texts5 {
        left: 86px;
        bottom: 185px;
        width: 167px;
    }

    .workingtogether .infotexts .texts2 h4 {
        text-align: left;
        margin-bottom: 5px;
    }

    .workingtogether .infotexts .texts2 {
        right: 139px;
        top: 71px;
        width: 185px;
    }

    .workingtogether .infotexts .texts3 {
        right: 80px;
        bottom: 181px;
        width: 172px;
    }

    .workingtogether .infotexts .texts p {
        color: #ffffff;
        font-size: 16px;
    }

.frameworkpart .framework .frameright ul li {
    float: left;
    background-image: url(../images/point.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    padding-left: 12px;
    color: #717880;
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
    padding: 0 12px;
}

.frameworkpart .framework .frameright {
    padding: 40px 30px;
    float: left;
    width: 100%;
}

    .frameworkpart .framework .frameright p {
        color: #717880;
        font-size: 20px;
        line-height: 30px;
    }

    .frameworkpart .framework .frameright ul {
        float: left;
        width: 100%;
    }


.frameworkpart .framework .frameright {
    padding: 40px;
    width: 50%;
}


.healthinner .parag p {
    color: #717880;
    font-size: 20px;
    line-height: 30px;
    direction: ltr;
}


.healthinner .parag ul {
    float: left;
    width: 100%;
}

    .healthinner .parag ul li {
        float: left;
        background-image: url(../images/point.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
        padding-left: 12px;
        color: #717880;
        font-size: 20px;
        margin-top: 10px;
        text-align: left;
        padding: 0 12px;
    }

.essentialparts .businessrow .textbar1 {
    background-color: #f96262;
    width: 88.5%;
}

.essentialparts .businessrow .col2 p {
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    color: #717880;
    direction: ltr;
    width: 100%;
    text-align: left;
}

.essentialparts .businessrow .col1 h5 {
    direction: ltr;
}

.essentialparts .businessrow .textbar2 {
    background-color: #f99762;
    bottom: -90px;
    width: 139.5%;
}

.contents {
    direction: ltr;
}


.essentialparts .businessrow .col2 ul li {
width:100%;
}

.parag ul {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/*******************************************************************************************************/


.top-header {
    background-color: #f0f0f0;
    height: auto;
    position: relative;
    top: 0px;
}

    .top-header h3 {
        float: left;
        text-align: left;
        font-size: 18px;
        font-size: 20px;
        color: #11a7a7;
        padding: 10px 0;
        margin: 5px 0;
    }

    .top-header ul {
        width: 66%;
        position: relative;
        text-align: left;
        float: left;
        margin: 10px;
    }

        .top-header ul li {
            width: 49%;
            float: left;
            margin: 10px 10px 10px 0;
            padding: 4px 10px;
            position: relative;
            padding-left: 45px;
        }

        .top-header ul li {
            width: 32%;
            padding-left: 33px;
            background-position: 0% 4px;
            background-repeat: no-repeat;
            height: 35px;
        }

    .top-header .situ {
        border-right: 1px solid #e5e5e5;
        width: 20%;
        display: inline-block;
        float: left;
        margin: 14px 16px;
    }

        .top-header .situ h2 {
            background-image: url(../images/alert-icon.png);
            background-position: 0 50%;
            background-repeat: no-repeat;
            padding: 30px 0px;
            padding-left: 35px;
            font-size: 18px;
            line-height: 30px;
            width: 70%;
            float: left;
            text-align: left;
        }

        .top-header .situ h3 {
            float: left;
            text-align: left;
            font-size: 18px;
            color: #ffffff;
            margin: 5px 0;
            background-color: #026fbd;
            padding: 25px 0;
            width: 90px;
            height: 90px;
            text-align: center;
            border-radius: 50%;
           
        }

    .top-header ul li:first-child {
        background-image: url(../images/b1.png);
    }

    .top-header ul li:nth-child(2) {
        background-image: url(../images/b2.png);
    }

    .top-header ul li:nth-child(3) {
        background-image: url(../images/b6.png);
    }

    .top-header ul li:nth-child(4) {
        background-image: url(../images/b3.png);
    }

    .top-header ul li:nth-child(5) {
        background-image: url(../images/b4.png);
    }

    .top-header ul li:nth-child(6) {
        background-image: url(../images/b5.png);
    }

header {
    top: 0px;
    position: relative;
}

.situation {
    background-color: none;
    color: #f0f1f2;
    padding: 0;
    height: 45px;
    width: 130px;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 0px;
    margin-left: 0;
    text-align: center;
    margin-top: 2%;
    border: 1px solid #026fbd;
}

    .situation span {
        font-size: 18px;
        /*color: #0da6a6;*/
        font-family: 'DINNEXTTMARABICREGULAR';
        float: right;
        text-align: center;
        font-weight: 500;
        WIDTH: 100%;
        color: #026fbd;
        padding-top: 6px;
    }

.commonslider {
    top: 0;
}
/***********************************************************************************************************************************************************************/
.essentialparts .businessrow .textbar2 {
    bottom: -70px;
    width: 52.5%;
}
.essentialparts .businessrow .textbar3 {
    width: 555px;
}
.essentialparts .businessrow .textbar4 {
    bottom: -90px;
    width: 616px;
}
.essentialparts .businessrow .textbar1 {
    width: 87.6%;
}
.contents .phasepart .col4, .contents .phasepart .col5, .contents .phasepart .col6 {
    height: 170px;
}
.contents .phasepart .col1 {
    height: 131px;
}
.contents .phasepart .col2 {
    height: 82px;
}
.contents .phasepart .col3 {
    height: 370px;
}
.contents .phase4 .col4 {
    height: 367px;
}
.contents .parag {
    padding: 30px 40px;
    float: right;
    width: 100%;
}
.healthinner .parag p {
    font-weight: bold;
    padding-top: 14px;
    width: 100%;
    float: left;
}
.healthinner .parag ul li{
    float: left;
    background-image: url(../images/point.png);
    background-repeat: no-repeat;
    background-position: 0% 15px;
    padding-left: 12px;
    color: #717880;
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
}
.healthinner .parag ul:last-child {
border-bottom:none;
}
.essentialparts .businessrow .textbar1 {
    width: 86.1%;
}
.form-group .required {
    float: right;
    margin-left: 10px;
}
.leftEng {
    float: left !important;
    direction: ltr;
}
.mediapart {
    padding: 40px 0 70px;
}
.abouttext {
    margin: 5% 0 0;
}
.query .all {
    background-color: #0da6a6;
    text-align: center;
    margin: 0px 1% 0;
    padding: 0 0px 10px 0px;
    float: left;
    width: 98%;
}
    .query .all a {
        font-size: 24px;
        margin: 5px 0 5px;
        color: rgb(255, 255, 255);
        font-family: 'DINNEXTTMARABICMEDIUM';
        line-height: 40px;
        text-align: center;
        width: 100%;
        float: left;
    }
.tipspart .tipslider .innerbox {
    height: 945px;
}