@font-face {
  font-family: "Myriad-Pro-Light";
  src:url("/wp-content/esg-timeline/css/Myriad-Pro-Light.otf") format("opentype"),
}

@font-face {
  font-family: "Myriad-Pro-Regular";
  src:url("/wp-content/esg-timeline/css/Myriad-Pro-Regular.ttf") format("truetype"),
}

.timeline {
    position: relative;
    width: 100%;
    max-width:1000px;
    margin: 0 auto;
    padding: 15px 0;
	z-index:0;
	font-family:Myriad-Pro-Regular;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
   /* background: #006E51;*/
    background: #4b6a02;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
	
}

.cust_container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.cust_container.left {
    left: 0;
}

.cust_container.right {
    left: 50%;
}

.cust_container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #0faff0;
    border-radius: 16px;
    z-index: 1;
}

.cust_container:nth-child(1)::after,
.cust_container:nth-child(3)::after,
.cust_container:nth-child(5)::after,
.cust_container:nth-child(7)::after,
.cust_container:nth-child(9)::after,
.cust_container:nth-child(11)::after,
.cust_container:nth-child(13)::after,
.cust_container:nth-child(15)::after,
.cust_container:nth-child(17)::after{border: 2px solid #689401;}

.cust_container:nth-child(2)::after,
.cust_container:nth-child(4)::after,
.cust_container:nth-child(6)::after,
.cust_container:nth-child(8)::after,
.cust_container:nth-child(10)::after,
.cust_container:nth-child(12)::after,
.cust_container:nth-child(14)::after,
.cust_container:nth-child(16)::after{border: 2px solid #b2dd4e;}

.cust_container.right::after {
    left: -8px;
}

.cust_container::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #000;
  z-index: 1;
}

.cust_container:nth-child(1)::before,
.cust_container:nth-child(3)::before,
.cust_container:nth-child(5)::before,
.cust_container:nth-child(7)::before,
.cust_container:nth-child(9)::before,
.cust_container:nth-child(11)::before,
.cust_container:nth-child(13)::before,
.cust_container:nth-child(15)::before,
.cust_container:nth-child(17)::before{background: #689401;}

.cust_container:nth-child(2)::before,
.cust_container:nth-child(4)::before,
.cust_container:nth-child(6)::before,
.cust_container:nth-child(8)::before,
.cust_container:nth-child(10)::before,
.cust_container:nth-child(12)::before,
.cust_container:nth-child(14)::before,
.cust_container:nth-child(16)::before{background: #b2dd4e;}


.cust_container.right::before {
  left: 8px;
}

.cust_container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 25px);
    text-align: center;
    font-size: 26px;
	font-family:Myriad-Pro-Regular;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.cust_container.left .date {
    right: -120px;
}

.cust_container.right .date {
    left: -120px;
}

.cust_container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F6D155;
    border: 2px solid #689401;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
}

.cust_container.left .icon {
    right: 56px;
}

.cust_container.right .icon {
    left: 56px;
}

.cust_container .cust_content {
    padding: 20px;
   /* background: #F6D155;*/
    position: relative;
    /*border-radius: 0 500px 500px 0;*/
    border-radius: 10px 0px 0px 10px;	
}

.cust_container.right .cust_content {
    /*padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;*/
	padding: 20px;
    border-radius:0 10px 10px 0;
}

.cust_container .cust_content h2 {
    margin: 0 0 10px 0;
    font-size:21px;
    font-weight: normal;
    color: #FFFFFF;
}

.cust_container .cust_content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.custTimelineImg{max-width:100%; margin-top:15px; border-radius:5px}
.custBgClrLeft{background:#b2dd4e;}
.custBgClrRight{background:#689401;}
.txtiCenter{text-align:center;}
.custClrblck{color:#000000 !important;}
.custLeftDate{padding: 5px 20px; background: #689401; color: #fff !important;}
.custRightDate{padding: 5px 20px; background: #b2dd4e;}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 65px;
    }

    .cust_container {
        width: 100%;
        padding-left: 95px;
        padding-right:15px;
    }
    
    .cust_container.right {
        left: 0%;
    }

    .cust_container.left::after, 
    .cust_container.right::after {
        left: 57px;
    }
    
    .cust_container.left::before,
    .cust_container.right::before {
        left: 73px;
        border-color: transparent #006E51 transparent transparent;
    }
    
    .cust_container.left .date,
    .cust_container.right .date {
        right: auto;
        left: -5px;
    }
    
    .cust_container.left .icon,
    .cust_container.right .icon {
        right: auto;
        left: 146px;
    }
    
    .cust_container.left .cust_content,
    .cust_container.right .cust_content {
        padding: 10px;
		border-radius: 0px 20px 20px 0px;
    }
	
	.cust_container .date {top: calc(50% - 18px); font-size: 16px;}
	
	.custLeftDate,
	.custRightDate{padding: 5px 10px;}
}