.txbd_verctimeline_wrapper{}
.txbd_single_vtimeline{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;		
}
 .vertical-reverse.txbd_single_vtimeline  {
	flex-direction: row-reverse;
} 
.txbd_single_vtimeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    background: #f4f4f4;
    height: 100%;
}
.txbd_vtimeline_icon {
    position: relative;
    right: -56px;
}
.vertical-reverse .txbd_vtimeline_icon {
    right: 53px;
}
.txbd_vtimeline_icon span,
.txbd_vtimeline_icon img,
.txbd_vtimeline_icon i{
	display: block;
    color: #18012c;
    font-size: 30px;
    width: 110px;
    height: 110px;
    background: #f4f4f4;
    text-align: center;
    line-height: 110px;
    border-radius: 100%;
}
.txbd_vtimeline_icon span {
    font-size: 20px;
    line-height: 25px;
    padding-top: 25px;
}
.txbd_vtimeline_icon img {
    padding: 16px;
}


.txbd_vtimeline_content_box {
    text-align: left;
    width: 50%;
    display: flex;
    justify-content: space-between;
    position: relative;
	align-items: center;
	flex-direction: row-reverse;	
}
.vertical-reverse .txbd_vtimeline_content_box {
    flex-direction: initial;
} 
.txbd_vtimeline_content{
    background: var(--white);
    box-shadow: 0 0 97px rgb(0 0 0 / 10%);
    padding: 40px 30px;
	position: relative;
}
.txbd_vtimeline_content::before {
    left: 100%;
    border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid var(--white);
    position: absolute;
    content: "";
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.vertical-reverse .txbd_vtimeline_content::before {
    right: 100%;
    left: auto;
    border-top: 40px solid transparent;
    border-right: 40px solid var(--white);
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent !important;
}


.txbd_vtimeline_text{}
.txbd_vtimeline_text h2 {
    display: inline-block;
}

.txbd_vtimeline_content p{
	margin-bottom:15px;	
}
.txbd_vtimeline_text p{}
.txbd_vtimeline_text_one h3,
.txbd_vtimeline_text_two h3{
    font-size: 18px;	
}
.txbd_vtimeline_text_two p{
    margin:0;	
}

.txbd_lri_image{
    width: 45%;
    margin-top: 10px;
}


/* Responsive */

@media (max-width: 767px) {
    .txbd_single_vtimeline.txbd_verticle_style_2 {
        display: inherit;
    }   
    .txbd_lri_image {
        width:100%;
        margin-top: 30px; 
        z-index: 1;
        position: relative;
    }  
.txbd_single_vtimeline {
    margin-bottom: 30px;
}	
.txbd_vtimeline_content_box {
    width: 100%;
}
.txbd_vtimeline_content {
    padding: 18px 15px;
}
.txbd_vtimeline_icon {
    right: -10px;
}
.txbd_vtimeline_icon span, .txbd_vtimeline_icon img, .txbd_vtimeline_icon i {
    width: 60px;
    height: 60px;
	line-height: 60px;
}
.txbd_vtimeline_icon span {
    font-size: 15px;
    line-height: 18px;
    padding-top: 12px;
}
.txbd_single_vtimeline::before {
    left: auto;
    right: 18px;
}
.txbd_vtimeline_content::before {
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}
.vertical-reverse .txbd_vtimeline_content::before {
    border-top: 20px solid transparent;
    border-right: 20px solid var(--white);
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent !important;
}
.vertical-reverse .txbd_vtimeline_icon {
    right: 10px;
}
.vertical-reverse.txbd_single_vtimeline::before {
    left: 18px;
}



}

