body {
  position: relative !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
  position: relative;
}

/*  Fonts  */
.font-cairo {
  font-family: 'Cairo', sans-serif !important;
  letter-spacing: -1px !important;
}

.font-amiri {
  font-family: 'Amiri', serif !important;
  letter-spacing: 0 !important;
}

.font-openSans {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
}

@font-face {
  font-family: aref-regular;
  src: url('../webfonts/aref-regular.ttf');
}

.disabeld {
  border: 3px solid rgb(232, 232, 232) !important;
  color: #aba7a7 !important;
}

/* color over rides */
:root {
  --vlGrey: #EBEBEB;
  --lGrey: #C3C3C3;
  --mGrey: #454040;
  --dGrey: #202020;
  --main-color: #a20014;
  --support-color: #eeba00;
}

/* coloring */
.csVLG {
  color: var(--vlGrey);
}

.csLG {
  color: var(--lGrey);
}

.csMG {
  color: var(--mGrey);
}

.csDG {
  color: var(--dGrey) !important;
}

.csM {
  color: var(--main-color) !important;
}

.csS {
  color: var(--support-color);
}

.csW {
  color: #fff;
}

.bgVLG {
  background-color: var(--vlGrey);
}

.bgLG {
  background-color: var(--lGrey);
}

.bgMG {
  background-color: var(--mGrey);
}

.bgDG {
  background-color: var(--dGrey);
}

.bgM {
  background-color: #a20014;
}

.bgS {
  background-color: var(--support-color);
}

.bgW {
  background-color: #fff;
}

.pos {
  position: relative;
}

.logo2 {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 99999999999 !important;
}

.logopic {
  width: 115px;
}

.lyar-bottom {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(#00000000, #06060600, #0202027a, #02020282, #020202fc);
}

section {
  background-color: #ffffff;
}

section {
  padding: 80px 0;
  position: initial;
  width: 100%;
  /* overflow: hidden; */
  z-index: 1;
  /* background-color: #ffffff; */
}

#mob {
  min-height: 100vh;
  height: 100%;
}

a:not(.btn):not(.btn):not([href]):not([tabindex]) {
  color: #000000;
}

/* tags */
.img-rounded {
  border-radius: 12px 12px 0 0;
}

.img-desc-rounded {
  border-radius: 0 0 12px 12px;
  background-color: var(--vlGrey);
  height: 2.5em;
  padding-top: 0.25em;
}

.close:focus, .close:hover {
  color: #fff;
}

.link-img {
  width: 26px;
}

.modal-content {
  background-color: #fff0 !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.modal-header {
  border-bottom: 1px solid #e9ecef00 !important;
}

.close {
  text-shadow: 0 1px 0 #fff0;
}

/*grids */
.reverse {
  display: grid;
  width: 100%;
  grid-gap: 2em;
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "content-right content-left";
}

.content-left {
  grid-area: content-left;
}

.content-right {
  grid-area: content-right;
}

.scrolldownImg {
  width: 45px;
}

.bold {
  font-weight: bold;
}

.background-overlay:before {
  background-color: #000000b8;
}

.head-chart {
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: 600;
}

/* addthis */
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
  background-color: var(--main-color) !important;
}

.at-expanding-share-button[data-position=bottom-left] {
  left: 10px;
}

/* addthis */
.hosbitals-location h3 {
  text-align: center;
  margin-bottom: 30px;
  /* font-size: 20px; */
  margin-top: 50px;
  font-weight: 500 !important;
}

.source02 div {
  text-align: left;
  direction: ltr;
  font-style: italic;
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
  width: 50%;
  display: block;
  color: black;
}

.source03 {
  width: 100% !important;
}

#section08 .source {
  background-color: #efefef;
}

#section08 .source02 {
  background-color: #efefef;
  padding: 30px;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.source02 span {
  font-weight: 400;
  /* color: #404040; */
  padding-left: 5px;
}

.head-source {
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding-top: 40px;
  padding-right: 21px;
  margin-bottom: -19px;
}

.at-expanding-share-button-mobile-container .at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg>span {
  background-color: #71010f !important;
  color: #71010f !important;
}

.youtube-videos {
  width: 75%;
  margin: auto;
}

.corona-img-01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
  right: 0;
}

.corona-img-02 {
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
  right: 0px;
}

.corona-img-04 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-05 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-06 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-07 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-08 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-09 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-10 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-11 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: 1922px;
  width: 100px;
  z-index: 99;
}

.corona-img-12 {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-13 {
  position: relative;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -200px;
  width: 100px;
  z-index: 99;
}

.corona-img-14 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -900px;
  width: 100px;
  z-index: 99;
}

.corona-img-15 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -300px;
  width: 100px;
  z-index: 99;
}

.corona-img-16 {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -1000px;
  width: 100px;
  z-index: 99;
}

.corona-img-17 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-18 {
  position: absolute;
  top: 65%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

.corona-img-19 {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -500px;
  width: 100px;
  z-index: 99;
}

#wrapper02 {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

/* .item {
            transform: skew(0deg);
            background-color: #FFF;
            animation: mover 5s infinite 1s;
          }
           */
/* @keyframes mover {
            from{
              transform-origin: middle;
              transform: rotate3d(0, 0, 0, 0deg) skew(0deg);
            }
            to{
              transform-origin: middle;
              transform: rotate3d(0, 1, 0, 360deg) skew(0deg);
            }
          } */
.jordan-map-img {
  width: 500px;
  margin-bottom: 28px;
}

.section00 h1 {
  width: 54%;
}

.row-country {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.row-country03 {
  position: relative;
  height: 100%;
}

#storyloader {
  position: absolute;
  width: calc(100% - 140px);
  /* margin-right: 150px; */
  left: 0;
  top: 0;
  height: 100%;
  background-color: #100c0c;
  z-index: 99999999999999;
  opacity: 0.97;
}

#storyloader02 {
  position: absolute;
  width: 80%;
  left: 0;
  height: 100%;
  background-color: #100c0c;
  z-index: 99999999999999;
  opacity: 0.97;
  display: none;
}

#storyloader02 .element-wrapper {
  position: absolute;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -221px;
}

.active-loader02 {
  display: block !important;
}

.none-loader {
  display: none !important;
}

.timline-date {
  color: #a20014 !important;
  font-weight: 800 !important;
  font-size: 18px;
  margin-top: 80px;
}

.timeline-line-rows {
  border-bottom: 1px solid #979797;
  position: relative;
}

.timeline-line-rows .dote {
  width: 13px;
  height: 13px;
  background-color: #a20014 !important;
  border-radius: 100%;
  position: absolute;
  left: -7px;
  top: -5px;
}

.timeline-container {
  border-left: 1px solid white;
}

.time-text p {
  margin-top: 12px;
  color: white;
  font-size: 15px;
}

.hide-diplay {
  display: none;
}

.sec01Col {
  height: 400px !important;
}

.sec01Col img {
  height: 100%;
  object-fit: cover;
}

.sec01-Row {
  padding-bottom: 60px;
  margin-top: 20px;
}

.youtube-promo {
  width: 80%;
  margin: auto;
  margin-top: 11px;
  padding-bottom: 50px;
}

.video-promo-head {
  background-color: #a20014;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: bold !important;
  padding-top: 50px;
}

#section1 p {
  padding-bottom: 60px;
}

#section02 h3 {
  font-weight: 400 !important;
  margin-top: 60px;
  font-size: 32px;
  margin-bottom: 20px;
}

#section10 h3 {
  font-weight: 400 !important;
  font-size: 36px;
}

#section08 h3 {
  font-weight: 400 !important;
  font-size: 36px;
  margin-bottom: 25px;
}

#section06 h3 {
  font-weight: 400 !important;
  font-size: 33px;
  margin-bottom: 25px;
}

#section06 .head02 {
  margin-top: 60px;
}

#section09 h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

#section04 h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

#section05 h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

#section03 h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

#section09 .head01 {
  padding-top: 60px;
  margin-bottom: 30px;
}

#section04 .head01 {
  padding-top: 60px;
  margin-bottom: 30px;
}

#section09 .head02 {
  margin-top: 100px;
  margin-bottom: 30px;
}

#section05 .head01 {
  padding-top: 60px;
  margin-bottom: 30px;
}

#section03 .head02 {
  margin-top: 100px;
  margin-bottom: 30px;
}

#section03 .head01 {
  padding-top: 60px;
  margin-bottom: 30px;
}

#section05 .head02 {
  margin-top: 100px;
  margin-bottom: 30px;
}

#section09 .p02 {
  padding-bottom: 70px;
}

#section07 {
  height: 400px !important;
}

.sec05-row01 {
  margin-bottom: 20px;
  margin-top: 25px;
}

.sec05-row01-col01 {
  display: flex;
  justify-content: center;
  margin-left: 70px;
  margin-right: 70px;
}

.sec05-row01-col01 .text {
  margin-top: 10px;
  font-weight: 500;
}

.sec05-row01 {
  display: flex;
  justify-content: center
}

.sec05-row01-col01 {
  display: flex;
  flex-direction: column;
}

.sec05-row01-col01 .num {
  font-size: 71px;
  font-weight: 200 !important;
  margin-bottom: 10px;
}

.sec05-row01-col02 {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 40px;
}

.sec05-row01-col02 .num {
  font-size: 71px;
  font-weight: 200 !important;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sec05-row01-col02 .text {
  font-weight: 500;
}

.sec05-container {
  margin-top: 90px;
}

.bk-white {
  background-color: white;
}

#jp_container_2 {
  position: relative !important;
}

.audio-player {
  background-image: url(../graphics/group-7.svg);
}

.sound-bk {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.heyo:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  stroke: white;
  cursor: pointer;
}

.descriptions {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 0 15px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #980303;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.descriptions.active {
  display: block;
}

.descriptions:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

/* -------------------- */
.heyo1:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled1 {
  stroke: white;
  cursor: pointer;
}

.description1 {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 0px 15px;
  z-index: 5;
  line-height: 30px;
  margin: 0 auto;
  color: #980303;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.description1.active {
  display: block;
}

.description1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.col-country .head {
  color: #646464;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  text-align: right;
  margin-top: 100px;
}

.sec06-menu-all img {
  width: 22px;
  margin-left: 6px;
  filter: grayscale(0.5);
}

.activeStory-Nav img {
  filter: grayscale(0);
}

.headsvg {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: #2f2f2f;
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
}

.sec06-menu-all {
  background-color: #e2e2e2;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-top: 20px;
  margin-left: 0;
  cursor: pointer;
  transition: all .5s;
}

/* canvas{
              min-height: 300px;
            } */
.row-contry02 {
  display: none;
  width: 80%;
  padding: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.activeStory-Nav {
  color: #a20115 !important;
  background-color: #efefef;
}

.sec06-menu-all:hover {
  color: #a20115 !important;
  background-color: #efefef;
}

.activeStory {
  display: block !important;
}

.notactiveStory {
  display: none !important;
}

.activeStory {
  display: block !important;
}

.Navmap {
  opacity: 0.8;
  transform: scale(1.01);
}

#Jordan:hover,
#Egypt:hover,
#Morocco:hover,
#Libya:hover,
#Sudan:hover,
#Tunisia:hover,
#Algeria:hover,
#Saudi-Arabia:hover,
#Yemen:hover,
#Oman:hover,
#UAE:hover,
#Palestine:hover,
#Lebanon:hover,
#Syria:hover,
#Iraq:hover,
#Kuwait:hover,
#Qatar:hover,
#bahrain:hover,
#albuhirah:hover,
#alfayum:hover,
#swayef:hover,
#redsea:hover,
#almunfeh:hover,
#alsharqeh:hover,
#aswan:hover,
#asyut:hover,
#qina:hover,
#dumyat:hover,
#alqalobeh:hover {
  fill: #420000;
  stroke: #c5c4c4;
  opacity: 0.8;
  transform: scale(1.01);
}

#Mauritania:hover {
  /* fill: #a20013; */
  opacity: 0.8;
}

#mapsection svg {
  background-color: #f5f5f5;
  /* background-color: #0d1425; */
  /* box-shadow: inset 1px -3px 9px 14px white; */
  /* background-image: url(../graphics/bk02.png); */
  /* background-image: url(../graphics/home.jpg); */
  background-size: cover;
  background-position: unset;
  /* background-image: linear-gradient( to right, #3e3e3e,#333333, #282828 ,#212121, #1e1e1e , #1a1a1a, #181818); */
  /* background-image: linear-gradient( to right, #070f15,#13161e, #0c0e1b ,#010f14, #050d13 , #040e13, #010e12); */
}

#somalia {
  fill: #980012;
  stroke: #980012;
  ;
  fill-opacity: 1;
  /* stroke: #ffffff; */
  stroke-width: 2.05295277;
  stroke-miterlimit: 3.97446823;
  stroke-dasharray: none;
  stroke-opacity: 1;
  position: absolute;
  transform: translate(179px, 164px) scale(.45);
}

#Cyprus {
  transform: translate(-2160px, -759px) scale(2);
}

#Jordan, #Egypt, #Morocco, #Libya, #Sudan, #Tunisia, #Algeria, #Saudi-Arabia, #Yemen, #Oman, #UAE, #Palestine, #Lebanon, #Syria, #Iraq, #Kuwait, #Qatar, #bahrain {
  transform-origin: 50% 50%;
  fill: #980012;
}

#Mauritania {
  fill: #980012;
  stroke: unset;
  stroke-width: 0.2px;
  position: absolute;
  transform: translate(-2172px, -1591px) scale(5);
  cursor: pointer;
}

svg {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.heyo:hover {
  fill: #CC2929;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jordan-map-img {
  width: 400px;
  margin-bottom: 40px;
}

.numbers-casses-deaths {
  margin-right: 0px;
  display: flex;
}

.numbers-casses-deaths .caseses {
  color: #646464;
  font-size: 20px;
  margin-left: 50px;
  font-weight: 500;
}

.numbers-casses-deaths .caseses .Number-cases {
  color: #a20013;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 22px;
}

.numbers-casses-deaths .img-icon {
  text-align: center;
  margin-bottom: 20px;
}

.numbers-casses-deaths .img-icon img {
  width: 70px;
}

.numbers-casses-deaths .deaths {
  color: #646464;
  font-size: 20px;
  margin-left: 50px;
  font-weight: 500;
}

.numbers-casses-deaths .deaths .Number-cases {
  color: #a20013;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 22px;
}

.numbers-casses-deaths .img-icon {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

.numbers-casses-deaths .img-icon img {
  width: 70px;
}

.enabled {
  /* fill: #21669E; */
  cursor: pointer;
}

/* contries-munue */
.sec06-menu-all {
  color: #000000;
}

.all-contries-container {
  display: flex;
  width: 100%;
  background-color: #efefef;
  /* padding: 40px; */
}

.sec06-menu {
  width: 140px;
  background-color: #e2e2e2;
  margin-left: 0px;
  padding-top: 0;
  padding-bottom: 20px;
}

.col-country {
  width: 100%;
}

.col-country .item {
  width: 140px;
  margin-left: 46px;
}

.accordion-item {
  width: 100%;
  margin-bottom: 20px;
  background-color: #e2e2e2;
  border: none !important;
}

.description {
  z-index: 99999;
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  line-height: 30px;
  margin: 0 auto;
  color: #a20013;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.description.active {
  display: block;
}

.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

#accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  border: none !important;
  box-shadow: none !important;
}

.accordion {
  display: block;
  width: auto;
  height: auto;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); */
}

.accordion-header {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.accordionadd {
  opacity: 0;
  position: absolute;
  left: 15px;
  font-size: 36px;
}

.accordionmin {
  position: absolute;
  left: 15px;
  font-size: 28px;
}

.accordion-item .active .accordionmin {
  opacity: 0;
}

.accordion-item .active .accordionadd {
  opacity: 1;
}

.accordion-button::after {
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease;
}

.date02 {
  padding-left: 27px;
  color: #717171;
  font-weight: 500;
}

.accordion-button {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #727272;
  width: 100%;
  padding: 10px 10px;
  font-weight: 500;
  background-color: #e2e2e2;
  border: 0;
  /* border-top: 1px solid #cccccc; */
  /* border-bottom: 1px solid #cccccc; */
  border-radius: 0;
  overflow-anchor: none;
  outline: none;
  position: relative;
  transition: all 0.4s ease;
  padding-left: 34px;
}

.accordion-collapse {
  border-width: 0;
  border: 0 solid #cccccc;
}

.accordion-body {
  padding: 4px 10px;
  background: #e2e2e2;
  color: #797979;
}

.accordion-body a {
  color: white;
  font-size: 19px;
  color: #727272;
}

.light {
  background: white;
  padding: 2em 0;
  margin-top: 2em;
}

.light .row {
  margin: 0;
}

.col {
  padding: 1em;
}

.fifty {
  width: 50%;
}

.graphiq {
  width: 100%;
  position: relative;
  display: flex;
}

.graphiq__graph-layout {
  flex: 1;
  overflow-x: hidden;
}

.graphiq__graph-values {
  font-size: 0.75em;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.25em;
  text-align: right;
  font-weight: bold;
}

.graphiq__line {
  fill: none;
  stroke-miterlimit: 10;
}

.graphiq__graph-key {
  display: flex;
  justify-content: space-between;
}

.graphiq__graph-key .key {
  font-size: 0.75em;
  text-align: center;
  display: block;
}

.graphiq__y-division {
  fill: none;
  stroke-miterlimit: 10;
  z-index: -1;
  transition: 0.25s ease-in;
}

.graphiq__graph-dot {
  transition: stroke-width ease-in-out 0.2s;
  transform-origin: 50% 50%;
}

.graphiq__value-dialog {
  display: block;
  position: absolute;
  background: transparent;
  font-size: 0.75em;
  line-height: 0;
  padding: 0.66em 0.33em;
  font-weight: bold;
  animation: float 0.3s ease-out forwards;
}

.graphiq__graph {
  width: 100%;
  height: 200px
}

@keyframes float {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY();
  }
}

.charts02 {
  width: 100%;
}

.month {
  box-sizing: border-box;
  border: 3px solid rgb(206, 206, 206);
  border-radius: 100%;
  width: 58px;
  height: 58px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  /* padding-top: 13px; */
  float: left;
  margin-right: 10px;
  cursor: pointer;
  transition: all .5s;
  /* padding-bottom: 23px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.month:hover {
  border: 3px solid #a20014;
}

.selected {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

.select-month {
  margin-top: 25px;
  display: none;
  margin-bottom: 35px;
  margin-bottom: 120px;
}

.notactiveStory {
  display: none;
}

.activeStory {
  display: block !important;
}

.btn-year {
  color: #a7a7a7;
  font-size: 21px;
  font-weight: 600;
  background-color: #646464;
  padding: 3px;
  padding-top: 8px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 24px;
  transition: all .5s;
  cursor: pointer;
}

.year-choose {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.activeStory-Nav02 {
  color: white;
  font-weight: 800;
}

.Palestine {
  width: 100px !important;
}

.activemonth {
  border: 3px solid rgb(162, 0, 19);
  box-shadow: 1px 0px 6px #b5b5b5;
  color: #a20013;
}

.notactivdeceion {
  display: none;
}

.accordion .activemonthdeceion {
  display: block
}

.element-wrapper {
  position: absolute;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -521px;
}

.element {
  width: 50px;
  height: 50px;
  background: #a20013;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.loading {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #efefef;
  top: 50%;
  margin-top: 95px;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

@keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

.element {}

.element:nth-of-type(1) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  -webkit-animation: translateIn 1.5s ease-in infinite 500ms;
  animation: translateIn 1.5s ease-in infinite 500ms;
}

.element:nth-of-type(2) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  -webkit-animation: translateIn 1.5s ease-in infinite 700ms;
  animation: translateIn 1.5s ease-in infinite 700ms;
}

.element:nth-of-type(3) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  -webkit-animation: translateIn 1.5s ease-in infinite 800ms;
  animation: translateIn 1.5s ease-in infinite 800ms;
}

@-webkit-keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

@keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

.large-square {
  width: 70px;
  height: 70px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  opacity: 0;
  -webkit-animation: scaleIn 3s linear infinite 500ms;
  animation: scaleIn 3s linear infinite 500ms;
}

/* svg style */
svg {
  font: 10px sans-serif;
}

#map {
  float: left;
}

path.land {
  fill: GhostWhite;
}

path.ocean {
  fill: #efeeee;
}

path.river {
  fill: none;
  stroke: efeeee;
}

path.governate {
  fill: #ccc;
  stroke: white;
  cursor: pointer;
}

path.governate.selected {
  fill-opacity: .9;
}

path.governate.pinned {
  fill: YellowGreen;
  fill-opacity: .75;
}

.test+.tooltip>.tooltip-inner {
  background-color: #73AD21;
  color: #FFFFFF;
  border: 1px solid green;
  padding: 15px;
  font-size: 20px;
}

/* ==================== Media Query ==================== */
@media (max-width:992px) {
  .jp-now-playing {
    display: none;
  }
}

@media (max-width:769px) {
  /* .jp-volume-bar,
              .jp-volume-bar .bullet,
              .jp-time-holder {
              display: none!important;
              }
              .jp-progress-container.flex-item {
              flex-basis: 140px;
              padding: 12px 15px;
              }
              .jp-progress .bullet {
              right: -10px;
              }
              .jp-volume-controls.flex-item {
                flex-basis: 33px;
                display: none !important;
              }
              .jp-progress {
              margin: 0;
              }
              .jp-interface .jp-controls .jp-play {
              margin: 0 3px;
              }
              .jp-interface .jp-controls .jp-play i,
              .jp-interface .jp-controls .jp-previous i,
              .jp-interface .jp-controls .jp-next i {
              font-size: 16px;
              }
              .jp-interface .jp-controls .jp-play {
              width: 42px;
              height: 42px;
              }
              .jp-interface .jp-controls .jp-play i {
              padding-left: 3px;
              padding-top: 0;
              }
              .jp-state-playing .jp-interface .jp-controls .jp-play i {
              padding-left: 0;
              }
              .jp-controls.flex-item {
              flex-basis: 100px;
              } */
}

@media (max-width:1242px) {
  .corona-img-01, .corona-img-02, .corona-img-03, .corona-img-19, .corona-img-04, .corona-img-18, .corona-img-17, .corona-img-16, .corona-img-15, .corona-img-14, .corona-img-13, .corona-img-12, .corona-img-10, .corona-img-11, .corona-img-09, .corona-img-08, .corona-img-07, .corona-img-06, .corona-img-05 {
    width: 25px;
  }

  .month {
    box-sizing: border-box;
    border: 3px solid rgb(206, 206, 206);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font: 12px sans-serif;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #727272;
    width: 100%;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #e2e2e2;
    border: 0;
    /* border-top: 1px solid #cccccc; */
    /* border-bottom: 1px solid #cccccc; */
    border-radius: 0;
    overflow-anchor: none;
    outline: none;
    position: relative;
    transition: all 0.4s ease;
  }
}

@media (max-width:992px) {
  .corona-img-01, .corona-img-02, .corona-img-03, .corona-img-19, .corona-img-04, .corona-img-18, .corona-img-17, .corona-img-16, .corona-img-15, .corona-img-14, .corona-img-13, .corona-img-12, .corona-img-10, .corona-img-11, .corona-img-09, .corona-img-08, .corona-img-07, .corona-img-06, .corona-img-05 {
    width: 25px;
  }

  .sec06-menu-all {
    background-color: #e2e2e2;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-top: 20px;
    margin-left: 0;
    cursor: pointer;
    transition: all .5s;
  }
}

@media (max-width: 720px) {
  #header-video {
    display: none;
  }

  #header-mobile {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .source02 div {
    text-align: left;
    direction: ltr;
    font-style: italic;
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    width: 100%;
    display: block;
    color: black;
  }

  #section08 .source02 {
    background-color: #efefef;
    padding: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .arab-map-img {
    margin-bottom: 20px;
    width: 220px;
    margin-top: 100px;
  }

  .accordion-body a {
    color: white;
    font-size: 14px;
    color: #727272;
    font-weight: 700;
  }

  .date02 {
    padding-left: 10px;
    color: #717171;
    font-weight: 600;
  }

  /* canvas{
        width: 100% !important;
      } */
  .month {
    background-color: whitesmoke;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    border: unset;
    border-radius: unset;
    /* width: 50px; */
    /* height: 50px; */
    font: 12px sans-serif;
    text-align: center;
    padding-top: 13px;
    /* float: left; */
    margin-right: 0;
    cursor: pointer;
    transition: all .5s;
  }

  .all-contries-container {
    display: flex;
    width: 100%;
    background-color: #efefef;
    /* padding: 40px; */
    flex-direction: column;
  }

  .sec06-menu {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  #wrapper02 {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    background-color: #f5f5f5;
  }

  .numbers-casses-deaths {
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .corona-img-01, .corona-img-02, .corona-img-03, .corona-img-19, .corona-img-04, .corona-img-18, .corona-img-17, .corona-img-16, .corona-img-15, .corona-img-14, .corona-img-13, .corona-img-12, .corona-img-10, .corona-img-11, .corona-img-09, .corona-img-08, .corona-img-07, .corona-img-06, .corona-img-05 {
    width: 25px;
  }

  .font-diff-sec02 {
    background-image: unset;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    /* padding: 113px; */
    padding-right: 10px;
    padding-left: 10px;
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 85px;
    margin-top: 65px;
  }

  .font-diff-sec03 {
    background-image: unset;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    /* padding: 113px; */
    padding-right: 10px;
    padding-left: 10px;
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 85px;
    margin-top: 65px;
  }

  .font-diff-sec04 {
    background-image: unset;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    /* padding: 113px; */
    padding-right: 10px;
    padding-left: 10px;
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 85px;
    margin-top: 65px;
  }

  .logopic {
    width: 75px;
  }

  .red-box-body-row {
    flex-direction: column;
  }

  .red-box-bk {
    width: 100%;
    margin-bottom: 10px;
  }

  .box-red01-head-col {
    flex-direction: column;
    justify-content: end;
  }

  .box-red01-head-col img {
    width: 35px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .box-red01-head-col div {
    font-size: 11px;
    font-weight: 600;
    margin-right: 0;
  }

  #section1 h3 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500 !important;
    margin-bottom: 25px;
  }

  .row-contry02 {
    width: 100%;
    padding: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec06-menu-all {
    background-color: #e2e2e2;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 0;
    cursor: pointer;
    transition: all .5s;
  }

  .sec06-menu-all img {
    width: 20px;
    margin-left: 6px;
    filter: grayscale(0.5);
  }

  .col-country .item {
    width: 140px;
    margin-left: 0;
    width: 70px !important;
  }

  .numbers-casses-deaths .deaths {
    color: #646464;
    font-size: 20px;
    margin-left: 0;
    font-weight: 500;
  }

  .accordion-button {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color: #727272;
    width: 100%;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #e2e2e2;
    border: 0;
    /* border-top: 1px solid #cccccc; */
    /* border-bottom: 1px solid #cccccc; */
    border-radius: 0;
    overflow-anchor: none;
    outline: none;
    position: relative;
    transition: all 0.4s ease;
    text-align: right;
    padding-left: 33px;
  }

  .container-fullscreen {
    padding-top: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    display: block !important;
  }

  .blockForced {
    display: block !important;
  }

  .numbers-casses-deaths .caseses {
    color: #646464;
    font-size: 20px;
    margin-left: 0 !important;
    font-weight: 500;
  }

  .numbers-casses-deaths .img-icon img {
    width: 70px;
    height: 70px;
  }

  a:last-child {
    padding-bottom: 50px;
  }
}