.custom-wibm-page{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.custom-wibm-page--header{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-image: url(https://cdn.shopify.com/s/files/1/2233/5357/files/STrong_Knee_Mark_Skwaating_8.png?v=1605637136);
}

.custom-wibm-page--header > div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-color: rgba(255, 0, 24, 0.6);
}

.custom-wibm-page--header > div > h1{
    color: #ffffff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.custom-wibm-page--header > div > .line{
    background-color: white;
    width: 74px;
    height: 2px;
}


.custom-wibm-page--header > div > p{
    color: #ffffff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
    width: 40%;
}

.custom-wibm-page--second-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.custom-wibm-page--second-section > div:nth-child(1){
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    align-self: stretch;
    background-position: center;
    background-size: cover;
}

.custom-wibm-page--second-section > div:nth-child(2){
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 2%;
    padding-right: 11%;
    padding-bottom: 3%;
    padding-top: 3%;

}

.custom-wibm-page--second-section > div:nth-child(2) > .custom-wibm-page--info-container{
    flex: 1;
}


.custom-wibm-page--third-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #f8f8f8;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.custom-wibm-page--third-section > .custom-wibm-page--info-container {
    flex: 1;
}

.custom-wibm-page--third-section > .custom-wibm-page--info-container:nth-child(1) {
    padding-right: 5%;
}


.custom-wibm-page--fourth-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.custom-wibm-page--fourth-section > .custom-wibm-page--info-container {
    align-items: center;
    justify-content: center;
}

.custom-wibm-page--fourth-section > .custom-wibm-page--info-container > span {
 text-align: center !important;
}


.custom-wibm-page--fourth-section > .custom-wibm-page--info-container > p {
    text-align: center !important;
    width: 50% !important;
}




.custom-wibm-page--timeline-section{

}




.custom-wibm-page--info-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-wibm-page--info-container > span{
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.custom-wibm-page--info-container > div{
    width: 42px;
    height: 2px;
    background-color: #ff0018;
    margin-top: 15px;
    margin-bottom: 20px;

}

.custom-wibm-page--info-container > p{
    margin-bottom: 0;
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

/*Timeline area*/
.timeline-area {
    padding: 60px 0;
    background-image: url(https://cdn.shopify.com/s/files/1/2233/5357/files/untitled-287.png?v=1605723473);
    background-size: cover;
    background-position: center;
    position: relative;
}
.timeline-area-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 0, 24, 0.6);
}

.time-line-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-time-blk {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  padding: 0 15px;
  height: 300px;
}

.single-time-blk > .single-time-blk-inner > p{
    color: white;
    margin-bottom: 0;
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;

}
.timeline-area .container {
  max-width: 1500px;
}

.single-time-blk.btm {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: center;
}
.single-time-blk {
  text-align: center;
}
.time-line-row:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: white;
  content: "";
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.single-time-blk.first-blk:after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid white;
  z-index: 1;
  left: 50%;
}
.single-time-blk.last-blk:after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid white;
  z-index: 1;
  left: 50%;
}
.single-time-blk {
  position: relative;
}




.single-time-blk.first-blk:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 2px;
  background: white;
  content: "";
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.single-time-blk:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 2px;
  background: white;
  content: "";
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}


.single-time-blk.last-blk.btm::before {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 2px;
	background: white
	content: "";
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, 0%);
}
.single-time-blk.btm::before {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 2px;
	background: white
	content: "";
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, 0%);
}

.single-time-blk::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	background: white
	content: "";
	border-bottom: ;
	border-bottom: ;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custom-wibm-page--timeline-section{

}

@media (min-width: 1200px) and (max-width: 1449px) {
	.single-time-blk-inner p {
		font-size: 13px;
	}
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.single-time-blk-inner p {
		font-size: 13px;
	}
}




@media only screen and (max-width: 1100px){
    .custom-wibm-page--second-section > div:nth-child(2){
        padding-right: 4%;
    }

    .custom-wibm-page--third-section{
        padding-left: 4%;
        padding-right: 4%;
    }

    .custom-wibm-page--info-container{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1050px){
    .custom-wibm-page--header > div > p{
        width: 65%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .single-time-blk > .single-time-blk-inner > p{
        text-align: left;
    }

    .single-time-blk.first-blk::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        z-index: 1;
        left: -39px;
    }
    .single-time-blk::after {
        position: absolute;
        left: -39px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-bottom: ;
        border-bottom: ;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }  
        
    .single-time-blk.last-blk::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        z-index: 1;
        left: -39px;
    }
    .single-time-blk::before {
        display: none;
    }

    

	.time-line-row {
		display: block;
	} 
	.single-time-blk {
		height: auto;
		width: 100%;
		max-width: 100%;
		text-align: left;
	} 
		
	.single-time-blk.btm {
		display: block;
		text-align: left;
	}
	.time-line-row {
		padding-left: 70px;
		padding-top: 40px;padding-bottom: 40px;
	}  
	
	.time-line-row::after {
		position: absolute;
		left: 30px;
		top: 0;
		height: 100%;
		background: white;
		content: "";
		width: 2px;
		-webkit-transform: unset;
		transform: unset;
	} 
	.single-time-blk {
		margin-bottom: 33px;
	}
		
		
	.single-time-blk.first-blk::after {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 20px;
		background: white;
		content: "";
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: none;
		z-index: 1;
		left: -39px;
	}
	.single-time-blk::after {
		position: absolute;
		left: -39px;
		top: 50%;
		width: 20px;
		height: 20px;
		background: white
		content: "";
		border-bottom: ;
		border-bottom: ;
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}  
		
	.single-time-blk.last-blk::after {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 20px;
		background: white
		content: "";
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: none;
		z-index: 1;
		left: -39px;
	}
	.single-time-blk::before {
		display: none;
	}
		
		
		
}


@media only screen and (max-width: 800px){
    .custom-wibm-page--second-section{
        flex-direction: column;
    }
    .custom-wibm-page--second-section > div:nth-child(1){
        flex-grow: unset;
        flex-shrink: unset;
        flex-basis: unset;
        height: 300px;
        order: 2;
    }

    .custom-wibm-page--third-section{
        flex-direction: column;
        padding-left: 2%;
        padding-right: 4%;
    }

    .custom-wibm-page--fourth-section > .custom-wibm-page--info-container{
        align-items: unset;
        justify-content: unset;
        padding-left: 2%;
        padding-right: 4%;
    }

    .custom-wibm-page--fourth-section > .custom-wibm-page--info-container > span{
        text-align: left !important;
    }

    .custom-wibm-page--fourth-section > .custom-wibm-page--info-container > p{
        width: unset !important;
        text-align: left !important;
        padding-left: unset;
        padding-right: unset;
    }

    .custom-wibm-page--header{
        height: 225px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .single-time-blk > .single-time-blk-inner > p{
        text-align: left;
    }
    .time-line-row {
        display: block;
    } 
    .single-time-blk {
        height: auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
    } 
        
    .single-time-blk.btm {
        display: block;
        text-align: left;
    }
    .time-line-row {
        padding-left: 70px;
        padding-top: 40px;
        padding-bottom: 40px;
    }  
     
    .time-line-row::after {
        position: absolute;
        left: 30px;
        top: 0;
        height: 100%;
        background: white;
        content: "";
        width: 2px;
        -webkit-transform: unset;
        transform: unset;
    } 
    .single-time-blk {
        margin-bottom: 33px;
    }
        
        
    .single-time-blk.first-blk::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        z-index: 1;
        left: -39px;
    }
    .single-time-blk::after {
        position: absolute;
        left: -39px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-bottom: ;
        border-bottom: ;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }  
        
    .single-time-blk.last-blk::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background: white;
        content: "";
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        z-index: 1;
        left: -39px;
    }
    .single-time-blk::before {
        display: none;
    }
        
        
    
    }

@media only screen and (max-width: 760px){
    .custom-wibm-page--header > div > p{
        width: 85%;
    }
}


@media only screen and (max-width: 414px){
    .custom-wibm-page--second-section > div:nth-child(1){
        height: 250px;
    }
}

