*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #9c1b1f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}


.container.left {
  left: -25%;
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container.right {
  left: 25%;
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
	@media(max-width: 992px){
	.container.right{
    left: 25%;
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 60%;

	}
	}
.container.left::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #9c1b1f;
  border-radius: 16px;
  z-index: 1;
}

.container.right::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #9c1b1f;
    border-radius: 16px;
    z-index: 1;
  }
.container.right::after {
  left: -8px;
}

.container.left::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #9c1b1f;
  z-index: 1;
}
.container.right::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #9c1b1f;
    z-index: 1;
  }
.container.right::before {
  left: 8px;
}

.container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #9c1b1f;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container.left .date {
  right: -145px;
}

.container.right .date {
  left: -135px;
}

.container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #9c1b1f;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #9c1b1f;
  z-index: 1;
}

.container.left .icon {
  right: 56px;
}

.container.right .icon {
  left: 56px;
}

.container .content {
  padding: 30px 90px 30px 30px;
  background: #F6D155;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container .content h2 {
  margin: 0 0 0px 0;
  font-size: 18px;
  font-weight: normal;
  color: #9c1b1f;
}

.container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container.right {
    left: 0%;
  }

  .container.left::after, 
  .container.right::after {
    left: 82px;
  }

  .container.left::before,
  .container.right::before {
    left: 100px;
    border-color: transparent #9c1b1f transparent transparent;
  }

  .container.left .date,
  .container.right .date {
    right: auto;
    left: 15px;
  }

  .container.left .icon,
  .container.right .icon {
    right: auto;
    left: 146px;
  }

  .container.left .content,
  .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }

/**************Style Menu***************/
.header-top {
  background: #000 none repeat scroll 0 0;
  float: left;
  line-height: 40px;
  width: 100%;
  font-family: "Montserrat", 'Droid Arabic Kufi', 'Droid Arabic Kufi', serif;
}

.topbar {
  float: left;
  line-height: 90px;
  width: 100%;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

}

.how {
  
}
	@media(max-width: 992px){
	.how{
    display: none;

	}
	}
  
.howRespensive {
  display: none;
}
	@media(max-width: 992px){
	.howRespensive{
    display: block;

	}
	.howTitle{
		text-align: center;
		font-family: "Montserrat", 'Droid Arabic Kufi', 'Droid Arabic Kufi', serif;
    color: #9c1b1f;
    font-weight: bold;
		margin-bottom: 2%;
	}
	.howDesc{
		text-align: center;
		font-family: "Montserrat", 'Droid Arabic Kufi', 'Droid Arabic Kufi', serif;
		padding: 3%;
    border-radius: 15px;
    background-color: #F6D155;
	}
	}
