li{
  margin-left:30px;  
  font-size:20px;
}

.berks-disclaimer{
width:100%;
max-width:1160px;
display:flex;
justify-content:center;
padding:0 20px;
box-sizing:border-box;
}

.berks-disclaimer-box{
width:100%;
max-width:1160px;
background:rgba(231,29,37,0.10);
border-left:3px solid #E71D25;
position:relative;
box-sizing:border-box;
}

.berks-disclaimer-label{
position:absolute;
top:0;
left:0;
background:#E71D25;
color:#fff;
font-family:Roboto,sans-serif;
font-weight:600;
font-size:18px;
padding:8px 18px;
line-height:1;
}

.berks-disclaimer-content{
padding:60px 23px 38px 53px;
font-family:Roboto,sans-serif;
font-weight:300;
font-size:20px;
line-height:1.7;
color:#000;
}

.berks-disclaimer-content p{
margin:0;
}

.berks-disclaimer-content a{
color:#E71D25;
text-decoration:underline;
}

@media(max-width:991px){
.berks-disclaimer-content{
padding:55px 20px 32px 30px;
font-size:18px;
}
}

@media(max-width:767px){
.berks-disclaimer-content{
padding:50px 16px 28px 20px;
font-size:16px;
}

.berks-disclaimer-label{
font-size:16px;
padding:7px 14px;
}
}

/******************Content Widget*************/
.berks-content-block{
width:100%;
background:#fff;
max-width:1160px;
padding:0 20px;
box-sizing:border-box;
display:flex;
justify-content:center;
}

.berks-content-inner{
width:100%;
max-width:1160px;
}

.berks-content-heading{
font-family:Roboto,sans-serif;
font-weight:600;
font-size:40px;
line-height:1.35;
color:#E71D25;
margin-bottom:24px;
}

.berks-content-para{
font-family:Roboto,sans-serif;
font-weight:300;
font-size:20px;
line-height:1.8;
color:#000;
}

.berks-content-para p{
margin:0;
}

.berks-content-para a{
color:#E71D25;
text-decoration:underline;
}

@media(max-width:991px){
.berks-content-heading{
font-size:32px;
margin-bottom:20px;
}

.berks-content-para{
font-size:18px;
line-height:1.7;
}
}

@media(max-width:767px){
.berks-content-heading{
font-size:26px;
line-height:1.3;
margin-bottom:16px;
}

.berks-content-para{
font-size:16px;
line-height:1.65;
}
}

/*****************Round Features***************/
.berks-round-boxes-content{
width:100%;
background: rgba(125,125,125,0.1);
display:flex;
justify-content:center;
padding:31px 20px 30px;
box-sizing:border-box;
}

.berks-round-inner{
width:100%;
max-width:1160px;
}

.berks-round-main-heading{
font-family:Roboto,sans-serif;
font-weight:600;
font-size:40px;
line-height:1.3;
color:#E71D25;
margin-bottom:25px;
}

.berks-round-main-para{
font-family:Roboto,sans-serif;
font-weight:300;
font-size:20px;
line-height:1.8;
color:#000;
margin-bottom:38px;
}

.berks-round-main-para p{
margin:0;
}

.berks-round-main-para a{
color:#E71D25;
text-decoration:underline;
}

.berks-round-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:34px 28px;
}

.berks-round-item{
width:100%;
}

.berks-clock-feature{
position:relative;
min-height:110px;
padding-left:0px;
display:flex;
align-items:center;
}

.berks-clock-circle{
position:relative;
width:87px;
height:87px;
border:2px solid #800000;
border-radius:50%;
flex-shrink:0;
background: rgba(125,125,125,0.001);
}

.berks-clock-gap{
position:absolute;
top:50%;
right:-8px;
transform:translateY(-50%);
width:34px;
height:18px;
background: rgba(125,125,125,0.001);
z-index:2;
}

.berks-clock-small-circle{
position:absolute;
width:16px;
height:16px;
background:#800000;
border-radius:50%;
top:8px;
left:14px;
transform:translate(-50%,-50%);
z-index:3;
}

.berks-clock-digit{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-family:Roboto,sans-serif;
font-weight:600;
font-size:24px;
line-height:1;
color:#800000;
z-index:1;
}

.berks-clock-text{
position:absolute;
left:62px;
top:50%;
transform:translateY(-50%);
font-family:Roboto,sans-serif;
font-weight:300;
font-size:18px;
line-height:1.80;
color:#fff;
background: #800000;
margin-left:12px;
padding:4px;
max-width:250px;
z-index:4;
border-radius:12px;
padding:8px;
}

@media (max-width: 991px){
.berks-round-main-heading{
font-size:32px;
}

.berks-round-main-para{
font-size:18px;
line-height:1.7;
}

.berks-round-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:28px 24px;
}

.berks-clock-feature{
min-height:104px;
}

.berks-clock-text{
font-size:18px;
max-width:220px;
left:70px;
padding-left:16px;
}
}

@media (max-width: 767px){
.berks-round-boxes-content{
padding:24px 16px 24px;
}

.berks-round-main-heading{
font-size:26px;
margin-bottom:18px;
}

.berks-round-main-para{
font-size:16px;
line-height:1.65;
margin-bottom:28px;
}

.berks-round-grid{
grid-template-columns:1fr;
gap:22px;
}

.berks-clock-feature{
min-height:96px;
}

.berks-clock-circle{
width:74px;
height:74px;
}

.berks-clock-gap{
width:30px;
height:16px;
right:-8px;
}

.berks-clock-small-circle{
top:8px;
right:10px;
width:14px;
height:14px;
}

.berks-clock-digit{
font-size:21px;
}

.berks-clock-text{
left:60px;
font-size:16px;
max-width:calc(100% - 60px);
padding-left:14px;
}
}

/********************Maintenance Tips Steps*****************/
.berks-steps{
width:100%;
max-width:1460px;
margin:0 auto;
padding:60px 20px;
box-sizing:border-box;
}

.berks-steps-wrapper{
display:grid;
grid-template-columns:repeat(4,1fr);
column-gap:77px;
row-gap:80px;
justify-content:center;
}

.berks-step-box{
position:relative;
width:230px;
display:flex;
align-items:center;
margin:0 auto;
}

.berks-step-d{
position:absolute;
left:0;
top:-22px;
bottom:-22px;
width:130px;
z-index:1;
display:flex;
align-items:stretch;
}

.berks-step-d img{
width:100%;
height:100%;
object-fit:fill;
display:block;
}

.berks-step-inner{
position:relative;
width:226px;
background:#fff;
padding:19px 18px 12px 17px;
box-sizing:border-box;
margin-left:20px;
z-index:2;
box-shadow:
0 6px 18px rgba(0,0,0,0.25),
inset 0 1px 6px rgba(0,0,0,0.15);
border-radius:4px;
min-height:144px;
}

.berks-step-number{
font-family:Roboto,sans-serif;
font-weight:600;
font-size:20px;
letter-spacing:0.4em;
color:#000;
padding-bottom:10px;
}

.berks-step-heading{
font-family:Roboto,sans-serif;
font-weight:600;
font-size:16px;
color:#E71D25;
padding-bottom:9px;
}

.berks-step-para{
font-family:Roboto,sans-serif;
font-size:13px;
line-height:1.5;
color:#000;
}

@media (max-width:1024px){

.berks-steps-wrapper{
grid-template-columns:repeat(2,1fr);
gap:50px;
}

}

@media (max-width:767px){

.berks-steps-wrapper{
grid-template-columns:1fr;
gap:35px;
}

.berks-step-box{
width:100%;
max-width:230px;
}

}

/**************Dark Pink box**********/
.berks-must-know-section{
width:100%;
max-width:1160px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}

.berks-must-know-box{
padding:39px 0px 44px 53px;
background:rgba(128,0,0,0.10);
box-sizing:border-box;
width:100%;
}

.berks-must-know-heading-row{
display:flex;
align-items:center;
width:100%;
margin-bottom:24px;
}

.berks-must-know-heading{
font-family:Roboto,sans-serif;
font-weight:600;
font-size:40px;
line-height:1.2;
color:#E71D25;
flex-shrink:0;
padding-right:5px;
}

.berks-must-know-line-wrap{
position:relative;
flex:1;
height:12px;
min-width:0;
}

.berks-line{
position:absolute;
left:0;
right:0;
top:50%;
transform:translateY(-50%);
height:2px;
background:#000;
}

.berks-line-circle{
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:12px;
height:12px;
border-radius:50%;
background:#000;
z-index:2;
}

.berks-must-know-para{
font-family:Roboto,sans-serif;
font-weight:300;
font-size:20px;
line-height:1.7;
color:#000;
padding-right:60px;
}

@media (max-width:1024px){

.berks-must-know-box{
padding:32px 35px 36px 35px;
}

.berks-must-know-heading{
font-size:32px;
white-space:normal;
}

.berks-must-know-heading-row{
flex-wrap:wrap;
}

.berks-must-know-line-wrap{
width:100%;
margin-top:10px;
}

.berks-must-know-para{
font-size:18px;
}

}

@media (max-width:767px){

.berks-must-know-box{
padding:28px 20px 30px 20px;
}

.berks-must-know-heading{
font-size:24px;
}

.berks-must-know-para{
font-size:16px;
line-height:1.6;
}

}

/**** Brake Content Box ****/

.berks-auto-top-heading{
    width:1160px;
    font-family:Roboto,sans-serif;
    font-size:50px;
    line-height:1.35;
    font-weight:600;
    color:#111; 
    margin:0 auto;
    text-align:center;
    margin-top:60px;
}

.berks-auto-brake-content-section{
    width:100%;
    padding:90px 20px 110px;
    background:#fff;
    box-sizing:border-box;
}

.berks-auto-brake-content-box{
    max-width:1280px;
    margin:0 auto;
    background:#d9d9d9;
    border-radius:28px;
    padding:48px 56px 88px;
    position:relative;
    box-sizing:border-box;
    
}

.berks-auto-brake-content-box p{
    margin:0 0 18px;
    font-family:Roboto,sans-serif;
    font-size:18px;
    line-height:1.35;
    font-weight:400;
    color:#111;
    
}

.berks-auto-brake-content-box h2{
    margin:26px 0 22px;
    font-family:Roboto,sans-serif;
    font-size:24px;
    font-weight:700;
    color:#000;
}

.berks-auto-brake-content-box ul{
    margin:0;
    padding-left:30px;
}

.berks-auto-brake-content-box ul li{
    margin-bottom:10px;
    font-family:Roboto,sans-serif;
    font-size:18px;
    line-height:1.35;
    color:#111;
}

.berks-auto-brake-btn-wrap{
    position:absolute;
    left:50%;
    bottom:-38px;
    transform:translateX(-50%);
}

.berks-auto-brake-btn-wrap a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:470px;
    height:76px;
    padding:0 34px;
    background:#980000;
    color:#fff;
    text-decoration:none;
    font-family:Roboto,sans-serif;
    font-size:26px;
    font-weight:700;
    border-radius:999px;
    border:3px solid #fff;
    box-shadow:0 0 0 2px #980000;
}

@media (max-width:1199px){
    .berks-auto-top-heading{
        width:100%;
        max-width:960px;
        padding:0 20px;
        box-sizing:border-box;
        font-size:42px;
    }
}

@media (max-width:991px){

    .berks-auto-top-heading{
        font-size:34px;
    }

    .berks-auto-brake-content-box{
        padding:38px 32px 82px;
    }

    .berks-auto-brake-content-box p,
    .berks-auto-brake-content-box ul li{
        font-size:16px;
    }

    .berks-auto-brake-content-box h2{
        font-size:21px;
    }

    .berks-auto-brake-btn-wrap a{
        min-width:360px;
        height:68px;
        font-size:22px;
    }
}

@media (max-width:767px){

    .berks-auto-top-heading{
        font-size:28px;
        line-height:1.3;
        margin-top:40px;
    }

    .berks-auto-brake-content-section{
        padding:70px 14px 95px;
    }

    .berks-auto-brake-content-box{
        padding:28px 20px 78px;
        border-radius:20px;
    }

    .berks-auto-brake-content-box p,
    .berks-auto-brake-content-box ul li{
        font-size:15px;
        line-height:1.5;
    }

    .berks-auto-brake-content-box h2{
        font-size:19px;
        line-height:1.4;
    }

    .berks-auto-brake-content-box ul{
        padding-left:22px;
    }

    .berks-auto-brake-btn-wrap{
        bottom:-30px;
        width:100%;
        padding:0 18px;
        box-sizing:border-box;
    }

    .berks-auto-brake-btn-wrap a{
        min-width:100%;
        height:60px;
        font-size:18px;
        padding:0 16px;
        text-align:center;
    }
}

@media (max-width:480px){

    .berks-auto-top-heading{
        font-size:24px;
    }

    .berks-auto-brake-content-box p,
    .berks-auto-brake-content-box ul li{
        font-size:14px;
    }

    .berks-auto-brake-btn-wrap a{
        font-size:16px;
        height:56px;
    }
}

/**************BAR Widgets*******************/
/*************Gray-Content-Box***************/
.berks-brake-content-section{
    
width:100%;

background:#fff;
box-sizing:border-box;
}

.berks-brake-content-box{
max-width:1280px;
margin:0 auto;
background:#d9d9d9;
border-radius:28px;
padding:48px 56px 38px;
position:relative;
box-sizing:border-box;
margin-bottom:5px;
}

.berks-brake-content-box p{
margin:0 0 18px;
font-family:Roboto,sans-serif;
font-size:18px;
line-height:1.35;
font-weight:400;
color:#111;

}

.berks-brake-content-box h2{
margin:26px 0 22px;
font-family:Roboto,sans-serif;
font-size:24px;
font-weight:700;
color:#000;
}

.berks-brake-content-box ul{
margin:0;
padding-left:30px;
}

.berks-brake-content-box ul li{
margin-bottom:10px;
font-family:Roboto,sans-serif;
font-size:18px;
line-height:1.35;
color:#111;
}

.berks-brake-btn-wrap{
position:absolute;
left:50%;
bottom:-38px;
transform:translateX(-50%);
}

.berks-brake-btn-wrap a{
display:flex;
align-items:center;
justify-content:center;
min-width:470px;
height:76px;
padding:0 34px;
background:#980000;
color:#fff;
text-decoration:none;
font-family:Roboto,sans-serif;
font-size:26px;
font-weight:700;
border-radius:999px;
border:3px solid #fff;
box-shadow:0 0 0 2px #980000;
}

.berks-brake-btn-wrap a:hover {
    background: #000;
    color: #fff;
}

@media (max-width:991px){

.berks-brake-content-box{
padding:38px 32px 82px;
}

.berks-brake-content-box p,
.berks-brake-content-box ul li{
font-size:14px !important;
}

.berks-brake-content-box h2{
font-size:21px;
}

.berks-brake-btn-wrap a{
min-width:360px;
height:68px;
font-size:22px;
}

}

@media(max-width:767px){

.berks-brake-content-section{
background:#fff;
box-sizing:border-box;
}

.berks-brake-content-box{
width:100%;
padding:22px 18px 52px;
border-radius:24px;
background:rgba(204,204,204,.5);
position:relative;
box-sizing:border-box;
}


.berks-brake-content-box h2{
margin:16px 0 12px;
font-family:Roboto,sans-serif;
font-size:13px;
line-height:1.35;
font-weight:700;
color:#000;
}

.berks-brake-content-box ul{
margin:0;
padding-left:16px;
}

.berks-brake-content-box ul li{
margin-bottom:7px;
font-family:Roboto,sans-serif;
font-size:9px;
line-height:1.55;
font-weight:400;
color:#111;
}

.berks-brake-btn-wrap{
   
position:absolute;
left:50%;
bottom:-1;
transform:translateX(-50%) translateY(-30px);
width:166px;
display:flex;
justify-content:center;
align-items:center;

}

.berks-brake-btn-wrap a{
width:220px;
height:40px;
min-width:220px;
padding:0;
display:flex;
align-items:center;
justify-content:center;
background:#980000;
border-radius:999px;
border:1px solid #fff;
box-shadow:0 0 0 1px #980000;
font-family:Roboto,sans-serif;
font-size:14px;
font-weight:700;
color:#fff;
text-decoration:none;

}

}
/***********RED CIRCLE NUMBERS******************/

/*
.berks-shape-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:40px 30px;
    max-width:1200px;
    margin:0 auto;
}

.berks-shape{
    position:relative;
    width:567px;
    height:158px;
    background:#fff;
    overflow:hidden;
}

.berks-circle{
    position:absolute;
    left:0;
    top:0;
    width:140px;
    height:140px;
    border-radius:50%;
    background:#fff;
    border:8px solid #E71D25;
    z-index:5;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Roboto,sans-serif;
    font-size:70px;
    font-weight:700;
    color:#980000;
}

.berks-circle::before{
    content:"";
    position:absolute;
    inset:5px;
    border-radius:50%;
    border:2px solid #ff6b6b;
}

.top-strip{
    position:absolute;
    left:72px;
    top:10px;
    width:386px;
    height:38px;
    background:#980000;
    clip-path:polygon(0 0, 93% 0%, 100% 100%, 0 100%);
    z-index:1;
    display:flex;
    align-items:center;
    padding-left:79px;
    box-sizing:border-box;
    font-family:Roboto,sans-serif;
    font-size:20px;
    font-weight:700;
    color:#fff;
}

.middle-strip{
    position:absolute;
    left:72px;
    top:48px;
    width:449px;
    height:80px;
    background:#e9e9e9;
    clip-path:polygon(0 0, 86% 0%, 99% 100%, 0 100%);
    z-index:1;
    display:flex;
    align-items:top;
    padding-top:7px;
    padding-left:80px;
    padding-right:60px;
    box-sizing:border-box;
    font-family:Roboto,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1.4;
    color:#222;
}

.bottom-strip{
    position:absolute;
    left:72px;
    top:128px;
    width:443px;
    height:10px;
    background:#d8bcbc;
    clip-path:polygon(0 0, 99% 0, 100% 100%, 0 100%);
    z-index:1;
}

.right-strip{
    position:absolute;
    left:498px;
    top:18px;
    width:48px;
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:-10px;
}

.right-strip img{
    width:89px;
    height:170px;
    object-fit:contain;
    display:block;
}

@media(max-width:767px){

.berks-shape-grid{
display:grid;
grid-template-columns:1fr;
gap:18px;
max-width:100%;
padding:0 16px;
box-sizing:border-box;
}

.berks-shape{
position:relative;
width:328px;
height:96px;
background:#fff;
overflow:visible;
margin:0 auto;
margin-left:-25px;
}

.berks-circle{
position:absolute;
left:0;
top:0;
width:89px;
height:90px;
border-radius:50%;
background:#fff;
border:5px solid #E71D25;
z-index:5;
box-sizing:border-box;
display:flex;
align-items:center;
justify-content:center;
font-family:Roboto,sans-serif;
font-size:50px;
font-weight:500;
color:#980000;
}

.berks-circle::before{
content:"";
position:absolute;
inset:3px;
border-radius:50%;
border:1px solid #ff6b6b;
}

.top-strip{
position:absolute;
left:44px;
top:6px;
width:220px;
height:30px;
background:#800000;
clip-path:polygon(0 0, 92% 0%, 100% 100%, 0 100%);
z-index:1;
display:flex;
align-items:center;
padding-left:54px;
padding-right:10px;
box-sizing:border-box;
font-family:Roboto,sans-serif;
font-size:11px;
font-weight:700;
color:#fff;
}

.middle-strip{
position:absolute;
left:44px;
top:36px;
width:260px;
height:53px;
background:#e9e9e9;
clip-path:polygon(0 0, 84% 0%, 100% 100%, 0 100%);
z-index:1;
display:flex;
align-items:flex-start;
padding-top:6px;
padding-left:56px;
padding-right:36px;
box-sizing:border-box;
font-family:Roboto,sans-serif;
font-size:9px;
font-weight:400;
line-height:1.4;
color:#222;
}

.bottom-strip{
position:absolute;
left:44px;
top:89px;
width:246px;
height:5px;
background:#d8bcbc;
clip-path:polygon(0 0, 99% 0, 100% 100%, 0 100%);
z-index:1;
}



.berks-shape-right-strip{
position:absolute;
left:271px;
top:35px;
width:46px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
z-index:10;
}

.berks-shape-right-strip img{
width:46px;
height:48px;
object-fit:contain;
display:block;
}
.top-strip{
z-index:3;
}

.middle-strip{
z-index:2;
}

.berks-circle{
z-index:5;
}
}
*/
.berks-shape-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px 30px;
    max-width:1200px;
    margin:0 auto;
}

.berks-shape{
    position:relative;
    width:567px;
    min-height:158px;
    height:auto;
    overflow:visible;
    padding-bottom:20px;
}

.berks-circle{
    position:absolute;
    left:0;
    top:0;
    height:calc(100% - 42px);
    max-height:140px;
    aspect-ratio:1/1;
    border-radius:50%;
    background:#fff;
    border:8px solid #E71D25;
    z-index:5;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Roboto,sans-serif;
    font-size:70px;
    font-weight:700;
    color:#980000;
}

.berks-circle::before{
    content:"";
    position:absolute;
    inset:5px;
    border-radius:50%;
    border:2px solid #ff6b6b;
}

.top-strip{
    position:relative;
    left:72px;
    top:10px;
    width:386px;
    min-height:38px;
    background:#980000;
    clip-path:polygon(0 0,93% 0%,100% 100%,0 100%);
    z-index:2;
    display:flex;
    align-items:center;
    padding:8px 20px 8px 79px;
    box-sizing:border-box;
    font-family:Roboto,sans-serif;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#fff;
}

.middle-strip{
    position:relative;
    left:72px;
    top:10px;
    width:449px;
    min-height:80px;
    background:#e9e9e9;
    clip-path:polygon(0 0,86% 0%,99% 100%,0 100%);
    z-index:1;
    padding:12px 60px 14px 80px;
    box-sizing:border-box;
    font-family:Roboto,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1.6;
    color:#222;
}

.bottom-strip{
    position:relative;
    left:72px;
    top:10px;
    width:443px;
    height:10px;
    background:#d8bcbc;
    clip-path:polygon(0 0,99% 0,100% 100%,0 100%);
    z-index:1;
}

.berks-shape-right-strip{
    position:absolute;
    left:480px;
    top:55px;
    height:calc(100% - 88px);
    width:48px;
    
    display:flex;
    align-items:stretch;
    justify-content:center;
    z-index:10;
}
.berks-shape-right-strip img{
    width:89px;
    height:100%;
    object-fit:fill;
    display:block;
    transform:skewX(10deg);
    transform-origin:top;
}



@media(max-width:767px){

.berks-shape-grid{
    grid-template-columns:1fr;
    gap:18px;
    max-width:100%;
    padding:0 16px;
    box-sizing:border-box;
}

.berks-shape{
    position:relative;
    width:328px;
    min-height:110px;
    height:auto;
    overflow:visible;
    margin:0 auto;
    margin-left:-25px;
    padding-bottom:10px;
}

.berks-circle{
    top:0;
    height:calc(100% - 28px);
    max-height:90px;
    aspect-ratio:1/1;
    border:5px solid #E71D25;
    font-size:50px;
    font-weight:500;
}
.berks-circle::before{
    inset:3px;
    border:1px solid #ff6b6b;
}

.top-strip{
    left:44px;
    top:6px;
    width:220px;
    min-height:30px;
    padding:6px 10px 6px 54px;
    font-size:11px;
    line-height:1.4;
}

.middle-strip{
    left:44px;
    top:6px;
    width:260px;
    min-height:53px;
    padding:8px 36px 10px 56px;
    font-size:9px;
    line-height:1.5;
}

.bottom-strip{
    left:44px;
    top:6px;
    width:246px;
    height:5px;
}

.berks-shape-right-strip{
    position:absolute;
    right:10px;
    top:35px;
    width:46px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
}

.berks-shape-right-strip img{
    width:46px;
    height:48px;
}

}
/************BAR RED SERVICE BOXES****************/
 .berks-hydraulic-widget{
width:100%;
padding:40px 20px;
background:#fff;
}

.berks-hydraulic-frame{
max-width:1225px;
margin:0 auto;
background:#cccccc;
border-radius:38px;
padding:20px;
box-sizing:border-box;
}

.berks-hydraulic-inner{
width:100%;
background:#ED1C24;
border-radius:32px;
display:grid;
grid-template-columns:200px 120px 280px minmax(0,1fr);
align-items:center;
overflow:hidden;
min-height:200px;
}

.berks-hydraulic-left{
display:flex;
align-items:center;
justify-content:center;

}

.berks-hydraulic-left img{
width:200px;
height:200px;
max-width:200px;

display:block;
object-fit:contain;
}

.berks-hydraulic-arrow{
height:100%;
display:flex;
align-items:stretch;
justify-content:center;
overflow:hidden;
}

.berks-hydraulic-arrow img{
width:100%;
height:100%;
display:block;
object-fit:fill;
}

.berks-hydraulic-center{
display:flex;
flex-direction:column;
justify-content:space-between;
height:100%;
padding:28px 24px 28px 10px;
}

.berks-hydraulic-center p{
margin:0;
color:#fff;
font-size:38px;
font-weight:700;
line-height:1.05;
font-family:Roboto,sans-serif;
max-width:289px;
}

.berks-hydraulic-center a{
display:inline-flex;
align-items:center;
justify-content:center;
width:290px;
height:35px;
border-radius:999px;
background:#fff;
color:#ED1C24;
text-decoration:none;
font-size:18px;
font-weight:700;
}

.berks-hydraulic-right{
display:flex;
flex-direction:column;
justify-content:space-between;
height:100%;
padding:28px 28px 28px 20px;
}

.berks-hydraulic-right p{
margin:0;
color:#fff;
font-size:14px;
line-height:1.3;
font-family:Roboto,sans-serif;
max-width:100%;
margin-bottom:10px;
}

.berks-hydraulic-right a{
display:inline-flex;
align-items:center;
justify-content:center;
width:290px;
height:35px;
border-radius:999px;
border:2px solid #fff;
color:#fff;
text-decoration:none;
font-size:18px;
font-weight:700;
margin-left:10px;

}
.berks-hydraulic-right{
    min-width:0;
    overflow:hidden;
}

.berks-hydraulic-right p{
    width:100%;
    max-width:100%;
    overflow-wrap:break-word;
    margin-left:10px;
}
@media(max-width:1024px){
.berks-hydraulic-inner{
grid-template-columns:1fr;
padding:30px;
gap:24px;
}

.berks-hydraulic-arrow{
display:none;
}

.berks-hydraulic-center,
.berks-hydraulic-right{
align-items:center;
text-align:center;
padding:0;
}

.berks-hydraulic-center h2{
max-width:none;
}

.berks-hydraulic-center a,
.berks-hydraulic-right a{
width:280px;
}
}

@media(max-width:767px){

.berks-hydraulic-widget{
width:100%;
padding:18px 16px;
background:#fff;
box-sizing:border-box;
}

.berks-hydraulic-frame{
width:100%;
background:#E71D25;
border:5px solid lightgray;
border-radius:15px;
padding:0px;
box-sizing:border-box;
overflow:hidden;
}

.berks-hydraulic-inner{
width:100%;
background:#E71D25;
border-radius:15px;
display:grid;
grid-template-columns:76px 24px 58px 1fr;
column-gap:8px;
align-items:start;
padding:0;
box-sizing:border-box;
min-height:auto;
}

.berks-hydraulic-left{
width:76px;
height:76px;
display:flex;
align-items:center;
justify-content:center;
}

.berks-hydraulic-left img{
width:76px;
height:76px;
object-fit:contain;
display:block;
}

.berks-hydraulic-arrow{
width:24px;
height:100%;
display:flex;
align-items:stretch;
justify-content:center;
overflow:hidden;
align-self:stretch;
}

.berks-hydraulic-arrow img{
width:24px;
height:100%;
object-fit:fill;
display:block;
}

.berks-hydraulic-center{
display:flex;
flex-direction:column;
justify-content:space-between;
height:76px;
padding-top:2px;
}

.berks-hydraulic-center p{
margin:0;
font-family:Roboto,sans-serif;
font-size:8px;
font-weight:600;
line-height:1.1;
color:#fff;
padding-top:5px;
text-align:left;
}

.berks-hydraulic-center a{
width:65px;
height:11px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:999px;
text-decoration:none;
font-family:Roboto,sans-serif;
font-size:5px;
font-weight:700;
color:#E71D25;
padding:0;
margin-bottom:-2px;
}

.berks-hydraulic-right{
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:76px;
padding-top:2px;
padding-right:2px;
}

.berks-hydraulic-right p{
margin:0;
font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
letter-spacing:-0.02em;
color:#fff;
padding-top:5px;

display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:8;
overflow:hidden;
text-align:left;
}

.berks-hydraulic-right a{
width:65px;
height:11px;
display:flex;
align-items:center;
justify-content:center;
background:#E71D25;
border-radius:35px;
text-decoration:none;
font-family:Roboto,sans-serif;
font-size:5px;
font-weight:700;
color:#fff;
padding:0;
margin-top:4px;
border:1px solid #fff;

margin-left:0;
margin-right:auto;
margin-bottom:5px;
}

}
/*********BAR Brown CTA**************/
body{
    overflow-x:hidden;
}

.berks-brake-cta{
    position:relative;
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    width:100vw;
    background:#980000;
    padding:70px 20px;
    box-sizing:border-box;
}

.berks-brake-cta-inner{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr 0.9fr;
    gap:80px;
    align-items:start;
}

.berks-brake-left{
    display:flex;
    flex-direction:column;
    gap:36px;
}

.berks-brake-left h2{
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:32px;
    font-weight:700;
    line-height:1.12;
}

.berks-brake-left p{
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
    max-width:700px;
}

.berks-brake-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:auto;
    gap:40px;
}

.berks-brake-right p{
   
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
}

.berks-brake-right .border-outer{
    width:280px;
    height:72px;
    border:2px solid #fff;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.berks-brake-right .border-outer a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:268px;
    height:60px;
    border-radius:999px;
    background:#fff;
    color:#980000;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    font-family:Roboto,sans-serif;
    border:1px solid #fff;
}.berks-brake-right p:empty{
    display:none;
}

.berks-brake-right:has(p:empty){
    justify-content:flex-start;
    padding-top:38px;
}
.berks-brake-right.no-right-para{
    justify-content:flex-start;
    padding-top:30px;
    gap:0;
}
@media(max-width:1024px){
    .berks-brake-cta-inner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .berks-brake-right{
        min-height:auto;
        align-items:flex-start;
    }

    .berks-brake-left h2{
        font-size:42px;
    }
}

@media(max-width:767px){

.berks-brake-cta{
position:relative;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
width:100vw;
background:#980000;
padding:18px 16px;
box-sizing:border-box;
overflow:hidden;
}

.berks-brake-cta-inner{
width:100%;
display:grid;
grid-template-columns:1.1fr .9fr;
column-gap:16px;
align-items:start;
max-width:100%;
}

.berks-brake-left{
display:flex;
flex-direction:column;
gap:10px;
padding-left:10px;
}

.berks-brake-left .top{
margin:0;
font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
line-height:1.15;
color:#fff;
max-width:150px;

}

.berks-brake-left p{
margin:0;
font-family:Roboto,sans-serif;
font-size:7px;
font-weight:600;
line-height:1.15;
color:#fff;
max-width:150px;

}

.berks-brake-right{
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:flex-start;
min-height:74px;
gap:10px;
padding-top:2px;
}

.berks-brake-right p{
margin:0;
padding:0;
font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
color:#fff;
max-width:120px;
}

.berks-brake-right .border-outer{
width:82px;
height:22px;
border:1px solid #fff;
border-radius:999px;
display:flex;
align-items:center;
justify-content:center;
}

.berks-brake-right .border-outer a{
width:74px;
height:16px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:999px;
text-decoration:none;
font-family:Roboto,sans-serif;
font-size:7px;
font-weight:700;
color:#980000;
border:none;
padding:0;
margin:auto;
}

}
/**********BAR Steps Circles**************/
.berks-step-grid-wrap{
width:100%;
padding:40px 20px;
box-sizing:border-box;
}

.berks-step-grid{
max-width:1400px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:34px 26px;
}

.berks-step-card{
position:relative;
height:220px;
display:flex;
align-items:center;
margin-top:-50px;
}

.berks-step-back-circle{
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:170px;
height:170px;
border:6px solid #ff0000;
border-radius:50%;
z-index:1;
}

.berks-step-box{
position:relative;
margin-left:90px;
width:calc(100% - 90px);
height:145px;
background:#d9d9d9;
border-radius:0 45px 45px 0;
display:flex;
align-items:center;
padding:12px 35px 12px 95px;
box-sizing:border-box;
z-index:2;
border-right:4px solid #ff0000;
}

.berks-step-front-circle{
position:absolute;
left:-77px;
top:50%;
transform:translateY(-50%);
width:145px;
height:145px;
background:#d9d9d9;
border:10px solid #ff0000;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
z-index:3;
box-sizing:border-box;
}

.berks-step-number{
text-align:center;
font-family:Roboto,sans-serif;
font-weight:700;
font-size:30px;
line-height:1.05;
color:#000;
letter-spacing:0;
padding-top:15px;
}

.berks-step-content h3{
margin:10 0 10px;
font-size:20px;
font-weight:900;
font-family:Roboto,sans-serif;
color:#000;
}

.berks-step-content p{
margin:0;
font-size:12px;
line-height:1.45;
font-family:Roboto,sans-serif;
color:#111;
}

@media(max-width:1100px){
.berks-step-grid{
grid-template-columns:1fr;
}
}

@media(max-width:767px){

.berks-step-grid-wrap{
width:100%;
padding:20px 16px;
box-sizing:border-box;
}

.berks-step-grid{
width:100%;
display:grid;
grid-template-columns:1fr;
gap:16px;
}

.berks-step-card{
position:relative;
width:100%;
height:96px;
display:flex;
align-items:center;
margin-top:0;
}

.berks-step-back-circle{
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:82px;
height:82px;
border:3px solid #ff0000;
border-radius:50%;
z-index:1;
}

.berks-step-box{
position:relative;
margin-left:42px;
width:calc(100% - 42px);
height:72px;
background:#d9d9d9;
border-radius:0 22px 22px 0;
display:flex;
align-items:center;
padding:10px 14px 10px 54px;
box-sizing:border-box;
z-index:2;
border-right:2px solid #ff0000;
}

.berks-step-front-circle{
position:absolute;
left:-32px;
top:50%;
transform:translateY(-50%);
width:64px;
height:64px;
background:#d9d9d9;
border:4px solid #ff0000;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
z-index:3;
box-sizing:border-box;
}

.berks-step-number{
text-align:center;
font-family:Roboto,sans-serif;
font-weight:700;
font-size:11px;
line-height:1.1;
color:#000;
letter-spacing:0;
padding-top:2px;
}

.berks-step-content h3{
margin:0 0 4px;
font-size:10px;
font-weight:700;
line-height:1.15;
font-family:Roboto,sans-serif;
color:#000;
}

.berks-step-content p{
margin:0;
font-size:6px;
line-height:1.3;
font-family:Roboto,sans-serif;
color:#111;
}

}

/********BAR Red Cost Boxes*************/

  /**************** BERKS ROTOR GRID SECTION ****************/

.berks-rotor-grid-section{
    width:100%;
    padding:80px 20px;
    box-sizing:border-box;
}

.berks-rotor-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:44px 34px;
    align-items:stretch;
    grid-auto-rows:1fr;
}

.berks-rotor-card{
    position:relative;
    background:linear-gradient(to bottom,#f2f2f2 0%,#ffffff 100%);
    border:10px solid #ed1c24;
    border-radius:110px;
    min-height:170px;
    height:100%;
    padding:52px 34px 28px;
    box-sizing:border-box;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    overflow:visible;
}

.berks-rotor-top{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);

    background:#ed1c24;
    color:#fff;

    padding:16px 28px;
    border-radius:58px;

    font-family:Roboto,sans-serif;
    font-size:26px;
    font-weight:700;
    line-height:1.2;

    border:2px solid #fff;

    width:calc(100% - 140px);
    max-width:430px;

    text-align:center;
    box-sizing:border-box;

    white-space:normal;
    overflow:visible;
}

.berks-rotor-body{
    width:100%;
    max-width:85%;

    font-family:Roboto,sans-serif;
    font-size:18px;
    line-height:1.6;
    color:#111;

    padding:18px 20px;
    border-radius:14px;

    box-sizing:border-box;
}

.berks-rotor-body p{
    margin:0;
}



@media(max-width:900px){
.berks-rotor-grid{
grid-template-columns:1fr;
}
}

@media(max-width:767px){

.berks-rotor-grid-section{
width:100%;
padding:22px 16px;
box-sizing:border-box;
}

.berks-rotor-grid{
display:grid;
grid-template-columns:1fr;
gap:18px;
}

.berks-rotor-card{
position:relative;
max-width:288px;
width:100%;
margin:0 auto;

background:#d9d9d9;
border:4px solid #ED1C24;
border-radius:42px;

padding:26px 16px 14px;
box-sizing:border-box;

display:flex;
align-items:center;
justify-content:center;
text-align:center;

background:linear-gradient(to bottom,#f2f2f2 0%,#ffffff 100%);

min-height:auto;
height:auto;
}

.berks-rotor-top{
position:absolute;
top:0;
left:50%;
transform:translate(-50%,-50%);

width:212px;
min-height:28px;

background:#ED1C24;
border:1px solid #fff;
border-radius:999px;

display:flex;
align-items:center;
justify-content:center;

padding:6px 14px;
box-sizing:border-box;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
line-height:1.1;
color:#fff;

white-space:normal;
text-align:center;
}

.berks-rotor-body{
font-family:Roboto,sans-serif;
font-size:8px;
font-weight:400;
line-height:1.35;
color:#111;

max-width:240px;
width:100%;

padding:4px 4px 0;
box-sizing:border-box;

display:block;
overflow:visible;
text-align:center;
}

}

/**********BAR Brown Cost Box*************/
    .berks-quality-grid-section{
width:100%;
padding:90px 20px;
box-sizing:border-box;
}

.berks-quality-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:42px 34px;
}

.berks-quality-card{
position:relative;
background:#d9d9d9;
border:10px solid #980000;
border-radius:38px;
min-height:420px;
padding:70px 34px 34px;
box-sizing:border-box;
margin-top:20px;
}

.berks-quality-title{
position:absolute;
top:0;
left:50%;
transform:translate(-50%,-50%);
background:#980000;
color:#fff;
width:calc(100% - 140px);
max-width:420px;
height:76px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
border-radius:22px;
font-family:Roboto,sans-serif;
font-size:22px;
font-weight:700;
border:5px solid #CCCCCC;
border-radius:20px;
box-sizing:border-box;
}

.berks-quality-text{
font-family:Roboto,sans-serif;
font-size:18px;
line-height:1.3;
font-weight:400;
color:#333;
}

@media(max-width:900px){
.berks-quality-grid{
grid-template-columns:1fr;
}
}

@media(max-width:767px){

.berks-quality-grid-section{
width:100%;
padding:24px 16px;
box-sizing:border-box;
}

.berks-quality-grid{
width:100%;
display:grid;
grid-template-columns:1fr;
gap:18px;
}

.berks-quality-card{
position:relative;
max-width:288px;
width:100%;
margin:18px auto 0;

background:#d9d9d9;
border:4px solid #980000;
border-radius:22px;

padding:34px 18px 18px;
box-sizing:border-box;

min-height:auto;
}

.berks-quality-title{
position:absolute;
top:0;
left:50%;
transform:translate(-50%,-50%);

width:228px;
height:auto;
min-height:0;

background:#980000;
border:2px solid #d9d9d9;
border-radius:14px;

display:flex;
align-items:center;
justify-content:center;

padding:8px 14px;
box-sizing:border-box;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
line-height:1.15;
color:#fff;
text-align:center;
}
.berks-quality-text{
font-family:Roboto,sans-serif;
font-size:8px;
line-height:1.3;
font-weight:500;
color:#111;

max-width:250px;
margin:0 auto;
text-align:left;
}

}

/***********BAR Grap CTA***************/
.berks-brake-cta1{
    position:relative;
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    width:100vw;
    background:#CCCCCC;
    padding:70px 20px;
    box-sizing:border-box;
}
.berks-brake-cta-inner1{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr 0.9fr;
    gap:80px;
    align-items:start;
}

.berks-brake-left1{
    display:flex;
    flex-direction:column;
    gap:36px;
}

.berks-brake-left1 h2{
    margin:0;
    color:#000;
    font-family:Roboto,sans-serif;
    font-size:32px;
    font-weight:700;
    line-height:1.12;
}

.berks-brake-left1 p{
    margin:0;
    color:#000;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
    max-width:700px;
}

.berks-brake-right1{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:240px;
    gap:40px;
}

.berks-brake-right1 p{
    padding-top:30px;
    margin:0;
    color:#000;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
}

.berks-brake-right1 .border-outer1{
    width:400px;
    height:72px;
    border:2px solid #800000;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.berks-brake-right1 .border-outer1 a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:390px;
    height:60px;
    border-radius:999px;
    background:#980000;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    font-family:Roboto,sans-serif;
    border:1px solid #980000;
}
@media(max-width:1024px){
    .berks-brake-cta-inner1{
        grid-template-columns:1fr;
        gap:45px;
    }

    .berks-brake-right1{
        min-height:auto;
        align-items:flex-start;
    }

    .berks-brake-left1 h2{
        font-size:42px;
    }
}

@media(max-width:767px){

.berks-brake-cta1{
position:relative;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
width:100vw;

background:#CCCCCC;

padding:18px 16px;
box-sizing:border-box;
overflow:hidden;
}

.berks-brake-cta-inner1{
width:100%;
display:grid;
grid-template-columns:1.1fr .9fr;
column-gap:18px;
align-items:center;
max-width:100%;
padding-left:20px;
}

.berks-brake-left1{
display:flex;
flex-direction:column;
gap:10px;
}

.berks-brake-left1 h2{
margin:0;

font-family:Roboto,sans-serif;
font-size:12px !important;
font-weight:700;
line-height:1.18;
color:#000;
}

.berks-brake-left1 p{
margin:0;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
color:#000;

max-width:128px;
}

.berks-brake-right1{
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:flex-start;

min-height:74px;
gap:10px;

padding-top:2px;
}

.berks-brake-right1 p{
margin:0;
padding:0;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
color:#000;

max-width:118px;
}

.berks-brake-right1 .border-outer1{
width:118px;
height:22px;

border:1px solid #800000;
border-radius:999px;

display:flex;
align-items:center;
justify-content:center;
}

.berks-brake-right1 .border-outer1 a{
width:110px;
height:16px;

display:flex;
align-items:center;
justify-content:center;

background:#980000;
border-radius:999px;

text-decoration:none;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:700;
color:#fff;

border:none;
padding:0;
}

}
/**********BAR More expertise****************/
.berks-service-grid-section{
max-width:1250px;
margin:0 auto;
width:100%;
padding:10px 20px;
box-sizing:border-box;
background:#fff;
}

.berks-service-grid{

margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
column-gap:10px;
row-gap:32px;
}

.berks-service-item{
    width:100%;
display:flex;
flex-direction:column;
}

.berks-service-top-strip{

width:100%;
height:7px;
background:#5c0000;
margin-bottom:8px;
}

.berks-service-card{
    width:100%;
background:#d9d9d9;
border:2px solid #980000;
border-radius:0 0 38px 38px;
display:flex;
flex-direction:column;

overflow:hidden;
}

.berks-service-card-head{
background:#980000;
color:#fff;
font-family:Roboto,sans-serif;
font-size:24px;
font-weight:700;
padding:18px;
line-height:1.2;
min-height:90px;
display:flex;
align-items:center;
width:100%;
box-sizing:border-box;
}

.berks-service-card-body{
    padding:18px 18px 0;
    font-family:Roboto,sans-serif;
    font-size:17px;
    line-height:1.28;
    color:#111;
    flex:1;

   word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    hyphens: none !important;
}

.berks-service-card-btn{
display:flex;
align-items:center;
justify-content:center;
width:calc(100% - 36px);
height:52px;
margin:18px auto 24px;
background:#ed1c24;
border-radius:0px 18px 18px 0px;
font-family:Roboto,sans-serif;
/*font-size:clamp(20px,1.1vw,24px);*/
font-size: 20px;
font-weight:700;
color:#fff;
text-decoration:none;
margin-left:-10px;
padding-left: 10px;
}
.berks-service-card-btn:hover{
    color: #fff;
}
.berks-service-card-head{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media(max-width:1100px){
.berks-service-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:767px){

.berks-service-grid-section{
width:100%;
padding:0px;
box-sizing:border-box;
background:#fff;
}

.berks-service-grid{
width:100%;
display:grid;
grid-template-columns:repeat(2,1fr);
column-gap:12px;
row-gap:16px;
}

.berks-service-item{
display:flex;
flex-direction:column;
}


.berks-service-card{
width:100%;
background:#d9d9d9;
border:1px solid #980000;
border-radius:0 0 22px 22px;

display:flex;
flex-direction:column;

overflow:hidden;
min-height:236px;
}

.berks-service-card-head{
background:#980000;
color:#fff;

font-family:Roboto,sans-serif;
font-size:12px;
font-weight:700;
line-height:1.15;

padding:10px 10px;

min-height:48px;

display:flex;
align-items:center;

width:100%;
box-sizing:border-box;

white-space:normal;
overflow:visible;
text-overflow:unset;
}

.berks-service-card-body{
padding:10px 10px 0;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:400;
line-height:1.25;
color:#111;

flex:1;
}

.berks-service-card-btn{
display:flex;
align-items:center;
justify-content:center;

width:120px;
height:30px;

margin:10px 0 12px 0;

background:#ED1C24;
border-radius:0 10px 10px 0;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
color:#fff;

text-decoration:none;

align-self:flex-start;
padding-left: 0px;
}
.berks-service-item{
display:flex;
flex-direction:column;
align-items:flex-start;
}

.berks-service-top-strip{
display:block;
width:100%;
height:4px;
background:#5c0000;
margin:0 0 4px 0;
border-radius:0;
align-self:flex-start;
}

.berks-service-card{
margin:0;
width:100%;
}
}
.berks-service-card-body{
    padding:18px 18px 0;
    font-family:Roboto,sans-serif;
    font-size:17px;
    line-height:1.45;
    color:#111;
    flex:1;

    text-align:left;
    word-break:normal;
    overflow-wrap:break-word;
    word-wrap:break-word;
    hyphens:none;
}

.berks-service-card-body p{
    margin:0 0 10px;
    line-height:1.45;
}

.berks-service-card-body p:last-child{
    margin-bottom:0;
}

.berks-service-card-body ul,
.berks-service-card-body ol{
    margin:8px 0 10px;
    padding-left:22px;
}

.berks-service-card-body li{
    margin:3px 0;
    line-height:1.4;
}

.berks-service-card-body br{
    display:none;
}

/*********BAR Red U*********/
.berks-u-section{
width:100%;
padding:100px 20px;
box-sizing:border-box;
background:#fff;
}

.berks-u-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,348px);
justify-content:center;
column-gap:46px;
row-gap:50px;
}

.berks-u-card{
width:100%;
position:relative;
}

.berks-u-head-wrap{
position:relative;
z-index:3;
display:flex;
justify-content:center;
}

.berks-u-head{
width:320px;
padding:3px;
background:#980000;
border-radius:60px;
box-sizing:border-box;
}

.berks-u-head-inner{
min-height:120px;
background:#980000;
border-radius:55px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:20px 24px;
font-family:Roboto,sans-serif;
/*font-size:clamp(26px,1.6vw,34px);*/
font-size: 26px;
font-weight:700;
line-height:1.05;
color:#fff;
border-top:4px solid #fff;
border-left:4px solid #fff;
border-right:4px solid #fff;
border-bottom:4px solid #fff;
box-sizing:border-box;
}

.berks-u-frame{
    position:relative;
    margin-top:-4px;
    width:100%;

    min-height:150px;   /* or 180px */

    border-left:2px solid #ff1d25;
    border-right:2px solid #ff1d25;
    border-bottom:2px solid #ff1d25;
    border-radius:0 0 34px 34px;

    display:flex;
    align-items:left;
    justify-content:left;

    padding:22px 12px 16px;
    box-sizing:border-box;
}

.berks-u-dot{
position:absolute;
top:-10px;
width:20px;
height:20px;
background:#ff1d25;
border-radius:50%;
}

.berks-u-dot.left{
left:-12px;
}

.berks-u-dot.right{
right:-12px;
}

.berks-u-content{
font-family:Roboto,sans-serif;
font-size:18px;
line-height:1.4;
color:#000;
text-align:left;
}

@media(max-width:1200px){
.berks-u-grid{
grid-template-columns:repeat(2,348px);
}
}

@media(max-width:767px){

.berks-u-section{
width:100%;
padding:24px 16px;
box-sizing:border-box;
background:#fff;
color:black;
}

.berks-u-grid{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    row-gap:20px;
    column-gap:0;
}
.berks-u-card{
width:100%;
position:relative;
}

.berks-u-head-wrap{
position:relative;
z-index:3;
display:flex;
justify-content:center;
}

.berks-u-head{
width:100%;
padding:2px;
background:#980000;
border-radius:24px;
box-sizing:border-box;
}

.berks-u-head-inner{
min-height:48px;

background:#980000;

border-radius:22px;

display:flex;
align-items:center;
justify-content:center;
text-align:center;

padding:8px 10px;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
line-height:1.1;
color:#fff;

border-top:2px solid #fff;
border-left:2px solid #fff;
border-right:2px solid #fff;
border-bottom:2px solid #fff;

box-sizing:border-box;
}

.berks-u-frame{
position:relative;

margin-top:-4px;

width:100%;
border-left:2px solid #ff1d25;
border-right:2px solid #ff1d25;
border-bottom:2px solid #ff1d25;

border-radius:0 0 34px 34px;

display:flex;
align-items:center;
justify-content:center;

padding:22px 12px 16px;

box-sizing:border-box;
}

.berks-u-dot{
position:absolute;
top:-6px;

width:10px;
height:10px;

background:#ff1d25;
border-radius:50%;
}

.berks-u-dot.left{
left:-6px;
}

.berks-u-dot.right{
right:-6px;
}

.berks-u-content{
font-family:Roboto,sans-serif;
font-size:12px;
line-height:1.3;
font-weight:400;
color:#000 !important;
text-align:center;
}

.berks-u-content li {
    font-size: 12px;
}

}

/************BAR Brown L Box***********/

.berks-l-grid{
max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 287px);
    justify-content: center;
    align-items: stretch;
    grid-auto-rows: 1fr;
    column-gap: 5px;
    row-gap: 60px;
}

.berks-l-card-wrap{
position: relative;
    width: 265px;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 27px 16px 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.berks-l-top-line{
position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 118px;
    border-top: 18px solid #980000;
    border-left: 18px solid #980000;
    border-top-left-radius: 28px;
    z-index: 1;

}

.berks-l-bottom-line{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 118px;
    height: 118px;
    border-right: 18px solid #980000;
    border-bottom: 18px solid #980000;
    border-bottom-right-radius: 28px;
    z-index: 1;
}

.berks-l-top-thin{
position: absolute;
    top: 7px;
    left: 61px;
    width: 195px;
    height: 2.5px;
    background: #980000;
    z-index: 1;
}

.berks-l-left-thin{
position: absolute;
    top: 161px;
    bottom: 9px;
    left: 7px;
    width: 2px;
    height: auto;
    background: #980000;
    z-index: 1;
}

.berks-l-right-thin{
position: absolute;
    top: 8px;
    right: 9px;
    bottom: 160px;
    width: 2px;
    height: auto;
    background: #980000;
    z-index: 1;
}

.berks-l-bottom-thin{
position: absolute;
    bottom: 9px;
    left: 8px;
    width: 220px;
    height: 2px;
    background: #980000;
    z-index: 1;
}

.berks-l-card{
position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: #ffffff;
    z-index: 2;
    box-sizing: border-box;
}

.berks-l-card-head{
width: 210px;
    min-height: 68px;
    height: auto;
    margin: 0 auto;
    background: #980000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.05;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 18px 18px 0 0;
}

.berks-l-card-body{
width: 100%;
    padding: 22px 18px;
    background: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #111111;
    flex: 1 1 auto;
    box-sizing: border-box;

}

.berks-l-card-body ul li {
    font-size: 16px;
}

@media(max-width:1300px){
.berks-l-grid{
grid-template-columns:repeat(2,287px);
}
}

@media(max-width:767px){

.berks-l-grid{
width:100%;
display:grid;
grid-template-columns:repeat(2,1fr);
column-gap:14px;
row-gap:18px;
justify-content:center;
}

.berks-l-card-wrap{
position:relative;
width:136px;
height:250px;
margin:0 auto;
}

.berks-l-top-line{
position:absolute;
top:0;
left:0;

width:56px;
height:56px;

border-top:8px solid #980000;
border-left:8px solid #980000;

border-top-left-radius:14px;

z-index:1;
}

.berks-l-bottom-line{
position:absolute;
right:0;
bottom:0;

width:56px;
height:56px;

border-right:8px solid #980000;
border-bottom:8px solid #980000;

border-bottom-right-radius:14px;

z-index:1;
}

.berks-l-top-thin{
position:absolute;
top:3px;
left:28px;

width:102px;
height:1px;

background:#980000;

z-index:1;
}

.berks-l-left-thin{
position:absolute;
top:74px;
left:3px;

width:1px;
height:160px;

background:#980000;

z-index:1;
}

.berks-l-right-thin{
position:absolute;
top:4px;
right:4px;

width:1px;
height:165px;

background:#980000;

z-index:1;
}

.berks-l-bottom-thin{
position:absolute;
bottom:4px;
left:4px;

width:104px;
height:1px;

background:#980000;

z-index:1;
}

.berks-l-card{
position:absolute;

top:14px;
left:8px;
right:8px;

z-index:2;

background:#fff;
}

.berks-l-card-head{
width:108px;
height:32px;

margin:auto;

background:#980000;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

font-family:Roboto,sans-serif;
font-size:8px;
font-weight:700;
line-height:1.1;
color:#fff;

padding:4px 6px;

box-sizing:border-box;

border-radius:8px 8px 0 0;
}

.berks-l-card-body{
background:#fff;

padding:10px 8px;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.25;
color:#111;
}

}


/*********Bar gray full width cost box*********/
.berks-cost-section{
    background:#d9d9d9;
    padding:40px 20px;
    box-sizing:border-box;
    margin-top:60px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.berks-cost-wrap{
display: grid;
grid-template-columns: repeat(2,1fr);
gap:30px;
width: 80%;
margin: 0 auto;

}

.berks-cost-box{
position:relative;
width:100%;

background:#fff;
border-radius:22px;
padding:150px 55px 90px;
box-sizing:border-box;
box-shadow:0 0 0 3px rgba(0,0,0,.05);
}

.berks-service-strip{
position:absolute;
top:42px;
display:flex;
align-items:center;
justify-content:right;
padding: 20px 55px 20px 10px;
font-family:Roboto,sans-serif;
font-size:26px;
font-weight:700;
color:#fff;
}
.berks-cost-strip{
position:absolute;
top:42px;
display:flex;
align-items:center;
justify-content:right;
padding: 20px 15px 20px 55px;
font-family:Roboto,sans-serif;
font-size:26px;
font-weight:700;
color:#fff;
}
.left-strip{
left:60px;
right:0;
background:#f31420;
border-radius:28px 0 0 28px;
}

.right-strip{
left:0;
width:95%;
background:#980000;
border-radius:0 28px 28px 0;
margin-left:0px;
justify-content: left;
}

.berks-cost-list{
list-style:none;
padding:0;
margin:0;
}

.berks-cost-list li{
position:relative;
font-family:Roboto,sans-serif;
font-size:18px;
font-weight:700;
line-height:2;
color:#000;
}

.left-list li{
text-align:right;
padding-right:42px;
}

.left-list li::after{
content:'';
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:18px;
height:18px;
background:#f31420;
border-radius:50%;
}

.right-list li{
text-align:left;
padding-left:42px;
left:-30px;
position:relative;
}

.right-list li::before{
content:'';
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:18px;
height:18px;
background:#980000;
border-radius:50%;
}

.berks-service-bottom{
position:absolute;
bottom:48px;
height:4px;
background:#E71D25;
width:52%;
}

.berks-service-bottom::after{
content:'';
position:absolute;
width:24px;
height:24px;
border:5px solid #E71D25;
border-radius:50%;
background:#fff;
top:50%;
transform:translateY(-50%);
}


.berks-cost-bottom{
position:absolute;
bottom:48px;
height:4px;
background:#b30000;
width:52%;
}

.berks-cost-bottom::after{
content:'';
position:absolute;
width:24px;
height:24px;
border:5px solid #b30000;
border-radius:50%;
background:#fff;
top:50%;
transform:translateY(-50%);
}

.left-bottom{
left:38%;
}

.left-bottom::after{
left:-12px;
}

.right-bottom{
left:10%;
}

.right-bottom::after{
right:-12px;
}
.berks-cost-section .top{
        text-align:center;
        margin:0 auto;
    }
.top .heading{
    font-size:50px;
    font-weight:700;
    color:#000;
   padding-top:30px;
   font-family: Roboto,sans-serif;
}
.top .para{
    padding-top:53px;
    padding-bottom:67px;
    font-family: Roboto,sans-serif;
}
.top .para ul {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.top .para h3 {
    font-size: 24px;
}
.top .para p {
    font-size: 18px;
    line-height: 28px;
    max-width: 1150px;
    margin: 0 auto;
}
body{
    overflow-x:hidden;
}

@media(max-width:991px){

.berks-cost-wrap{
grid-template-columns:1fr;
gap:34px;
}

.berks-cost-box{
min-height:auto;
padding:140px 35px 90px;
}

}

@media(max-width:767px){

body{
overflow-x:hidden;
}

.berks-cost-section{
position:relative;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
width:100vw;
max-width:100vw;
background:#d9d9d9;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}

.berks-cost-section .top{
width:100%;
margin:0 auto 18px;
text-align:center;
padding-top:20px;
}

.top .heading{
font-family:Roboto,sans-serif;
font-size:28px;
font-weight:700;
line-height:1.2;
color:#000;
margin:0;
padding:0;
}

.top .para{
padding-top:12px;
padding-bottom:18px;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.3;
color:#111;
margin:0 auto;
}

.top .para p {
    font-size: 14px;
    line-height: 24px;
    max-width: unset;
    padding: 0 10px;
}

.berks-cost-wrap{
    width: 90%;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:8px;
justify-content:center;
}

.berks-cost-box{
position:relative;

width:100%;
min-height:244px;
max-width: unset;
background:#fff;

border-radius:18px;

padding:58px 12px 40px;

box-sizing:border-box;

box-shadow:0 2px 6px rgba(0,0,0,.18);
}

.berks-service-strip,
.berks-cost-strip{
position:absolute;

top:14px;

display:flex;
align-items:center;
justify-content:center;

padding:0 10px;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
color:#fff;

box-sizing:border-box;
}

.left-strip{
left:24px;
right:0;

background:#f31420;

border-radius:8px 0 0 8px;
}

.right-strip{
left:0;
width:90%;

background:#980000;

border-radius:0 8px 8px 0;
}

.berks-cost-list{
list-style:none;
padding:0;
margin:0;
}

.berks-cost-list li{
position:relative;

font-family:Roboto,sans-serif;
font-size:9px;
font-weight:400;
line-height:2.2;
color:#000;
}
.left-list{
    margin-right:10px;
}
.left-list li{
text-align:right;
padding-right:12px;
}

.left-list li::after{
content:'';

position:absolute;
right:0;
top:50%;
transform:translateY(-50%);

width:8px;
height:8px;

background:#f31420;
border-radius:50%;
}
.right-list{
    margin-left:-30px;
}
.right-list li{
text-align:left;
padding-left:20px;
left:0;
position:relative;
}

.right-list li::before{
content:'';
position:absolute;
left:6px;
top:50%;
transform:translateY(-50%);
width:8px;
height:8px;
background:#980000;
border-radius:50%;
}
.berks-service-bottom,
.berks-cost-bottom{
position:absolute;

bottom:16px;

height:2px;

width:64px;
}

.berks-service-bottom{
background:#E71D25;
left:50px;
}

.berks-cost-bottom{
background:#980000;
left:16px;
}

.berks-service-bottom::after,
.berks-cost-bottom::after{
content:'';

position:absolute;

width:8px;
height:8px;

border:2px solid;

border-radius:50%;

background:#fff;

top:50%;
transform:translateY(-50%);
}

.berks-service-bottom::after{
border-color:#E71D25;
left:-5px;
}

.berks-cost-bottom::after{
border-color:#980000;
right:-5px;
}

}

/*********BAR Three white boxes************/
.berks-triple-section{
    width:100%;
    padding:70px 20px;
    background:#fff;
    box-sizing:border-box;
}

.berks-triple-wrap{
    max-width:1330px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:8px;
    align-items:stretch;
}

.berks-triple-box{
    position:relative;
    width:100%;
    max-width:416px;
    min-height:900px;
    background:#fff;
    border-radius:22px;
    margin:auto;
    padding:150px 35px 90px;
    box-sizing:border-box;
    box-shadow:0 0 0 3px rgba(0,0,0,.05);

    display:flex;
    flex-direction:column;
    
}

.berks-triple-strip{
position:absolute;
top:42px;
height:82px;
display:flex;
align-items:center;
font-family:Roboto,sans-serif;
font-size:22px;
font-weight:700;
color:#fff;
}

.berks-triple-left-strip{
left:56px;
right:0;
background:#980000;
border-radius:28px 0 0 28px;
justify-content:right;
padding-right:40px;
}

.berks-triple-center-strip{
left:50%;
transform:translateX(-50%);
width:90%;
background:#f31420;
border-radius:24px;
justify-content:center;
}

.berks-triple-right-strip{
left:0;
width:95%;
background:#980000;
border-radius:0 28px 28px 0;
justify-content:flex-start;
padding-left:32px;
}

.berks-triple-list{
list-style:none;
padding:0;
margin:0;
}

.berks-triple-list li{
position:relative;
font-family:Roboto,sans-serif;
font-size:26px;
font-weight:700;
line-height:2;
color:#000;
}

.berks-triple-left-list li{
text-align:right;
padding-right:42px;
}

.berks-triple-left-list li::after{
content:'';
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:18px;
height:18px;
background:#980000;
border-radius:50%;
}

.berks-triple-center-list li{
text-align:center;
}

.berks-triple-right-list li{
text-align:left;
padding-left:42px;
left:-30px;
}

.berks-triple-right-list li::before{
content:'';
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:18px;
height:18px;
background:#980000;
border-radius:50%;
}

.berks-triple-line{
position:absolute;
bottom:48px;
height:4px;
background:#980000;
}

.berks-triple-line::after{
content:'';
position:absolute;
width:24px;
height:24px;
border:5px solid #980000;
border-radius:50%;
background:#fff;
top:50%;
transform:translateY(-50%);
}

.berks-triple-center-line{
position:absolute;
bottom:48px;
height:4px;
background:#E71D25;
}

.berks-triple-center-line::after{
content:'';
position:absolute;
width:24px;
height:24px;
border:5px solid #E71D25;
border-radius:50%;
background:#fff;
top:50%;
transform:translateY(-50%);
}

.berks-triple-left-line{
left:38%;
width:52%;
}

.berks-triple-left-line::after{
left:-12px;
}

.berks-triple-center-pos{
left:12%;
width:76%;
}

.berks-triple-center-pos::after{
left:50%;
transform:translate(-50%,-50%);
}

.berks-triple-right-line{
left:10%;
width:52%;
}

.berks-triple-right-line::after{
right:-12px;
}

@media(max-width:1200px){
.berks-triple-wrap{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:991px){
.berks-triple-wrap{
grid-template-columns:1fr;
}
}

@media(max-width:767px){

.berks-triple-section{
width:100%;
padding:22px 12px;
background:#fff;
box-sizing:border-box;
overflow:hidden;
}

.berks-triple-wrap{
width:100%;
display:grid;
grid-template-columns:repeat(3,1fr);
column-gap:10px;
}

.berks-triple-box{
position:relative;

width:100%;
max-width:102px;
min-height:244px;

background:#fff;

border-radius:18px;

margin:auto;

padding:44px 10px 34px;

box-sizing:border-box;

box-shadow:0 2px 6px rgba(0,0,0,.18);
}

.berks-triple-strip{
position:absolute;

top:12px;

height:24px;

display:flex;
align-items:center;

font-family:Roboto,sans-serif;
font-size:8px;
font-weight:700;

color:#fff;

box-sizing:border-box;
}

.berks-triple-left-strip{
left:18px;
right:0;

background:#980000;

border-radius:8px 0 0 8px;

justify-content:flex-end;

padding-right:14px;
}

.berks-triple-center-strip{
left:50%;
transform:translateX(-50%);

width:76%;

background:#f31420;

border-radius:8px;

justify-content:center;
}

.berks-triple-right-strip{
left:0;
width:90%;

background:#980000;

border-radius:0 8px 8px 0;

justify-content:flex-start;

padding-left:10px;
}

.berks-triple-list{
list-style:none;
padding:0;
margin:0;
}

.berks-triple-list li{
position:relative;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:2.15;

color:#000;
white-space:nowrap;
}

.berks-triple-left-list li{
text-align:right;
padding-right:12px;
}

.berks-triple-left-list li::after{
content:'';

position:absolute;
right:0;
top:50%;
transform:translateY(-50%);

width:8px;
height:8px;

background:#980000;
border-radius:50%;
}
.berks-triple-center-list{
    margin-left:-30px;
}
.berks-triple-center-list li{
text-align:center;
}
.berks-triple-right-list{
    margin-left:-30px;
}
.berks-triple-right-list li{
text-align:left;
padding-left:12px;
left:0;
}

.berks-triple-right-list li::before{
content:'';

position:absolute;
left:0;
top:50%;
transform:translateY(-50%);

width:8px;
height:8px;

background:#980000;
border-radius:50%;
}

.berks-triple-line,
.berks-triple-center-line{
position:absolute;

bottom:14px;

height:2px;
}

.berks-triple-line{
background:#980000;
}

.berks-triple-center-line{
background:#E71D25;
margin-left:-10px;
}

.berks-triple-line::after,
.berks-triple-center-line::after{
content:'';

position:absolute;

width:8px;
height:8px;

border:2px solid;

border-radius:50%;

background:#fff;

top:50%;
transform:translateY(-50%);
}

.berks-triple-line::after{
border-color:#980000;
}

.berks-triple-center-line::after{
border-color:#E71D25;
}

.berks-triple-left-line{
left:16px;
width:62px;
}

.berks-triple-left-line::after{
left:-5px;
}

.berks-triple-center-pos{
left:12px;
width:76px;
}

.berks-triple-center-pos::after{
left:50%;
transform:translate(-50%,-50%);
}

.berks-triple-right-line{
left:12px;
width:62px;
}

.berks-triple-right-line::after{
right:-5px;
}

}

@media(max-width:1200px){
.berks-triple-wrap{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:991px){
.berks-triple-wrap{
grid-template-columns:1fr;
}
}

@media(max-width:767px){

.berks-triple-section{
width:100%;
padding:22px 12px;
background:#fff;
box-sizing:border-box;
overflow:hidden;
}

.berks-triple-wrap{
width:100%;
display:grid;
grid-template-columns:repeat(3,1fr);
column-gap:10px;
}

.berks-triple-box{
position:relative;

width:100%;
max-width:102px;
min-height:244px;

background:#fff;

border-radius:18px;

margin:auto;

padding:44px 10px 34px;

box-sizing:border-box;

box-shadow:0 2px 6px rgba(0,0,0,.18);
}

.berks-triple-strip{
position:absolute;

top:12px;

height:24px;

display:flex;
align-items:center;

font-family:Roboto,sans-serif;
font-size:8px;
font-weight:700;

color:#fff;

box-sizing:border-box;
}

.berks-triple-left-strip{
left:18px;
right:0;

background:#980000;

border-radius:8px 0 0 8px;

justify-content:flex-end;

padding-right:14px;
}

.berks-triple-center-strip{
left:50%;
transform:translateX(-50%);

width:76%;

background:#f31420;

border-radius:8px;

justify-content:center;
}

.berks-triple-right-strip{
left:0;
width:90%;

background:#980000;

border-radius:0 8px 8px 0;

justify-content:flex-start;

padding-left:10px;
}

.berks-triple-list{
list-style:none;
padding:0;
margin:0;
}

.berks-triple-list li{
position:relative;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:2.15;

color:#000;
white-space:nowrap;
}

.berks-triple-left-list li{
text-align:right;
padding-right:12px;
}

.berks-triple-left-list li::after{
content:'';

position:absolute;
right:0;
top:50%;
transform:translateY(-50%);

width:8px;
height:8px;

background:#980000;
border-radius:50%;
}
.berks-triple-center-list{
    margin-left:-30px;
}
.berks-triple-center-list li{
text-align:center;
}
.berks-triple-right-list{
    margin-left:-30px;
}
.berks-triple-right-list li{
text-align:left;
padding-left:12px;
left:0;
}

.berks-triple-right-list li::before{
content:'';

position:absolute;
left:0;
top:50%;
transform:translateY(-50%);

width:8px;
height:8px;

background:#980000;
border-radius:50%;
}

.berks-triple-line,
.berks-triple-center-line{
position:absolute;

bottom:14px;

height:2px;
}

.berks-triple-line{
background:#980000;
}

.berks-triple-center-line{
background:#E71D25;
margin-left:-10px;
}

.berks-triple-line::after,
.berks-triple-center-line::after{
content:'';

position:absolute;

width:8px;
height:8px;

border:2px solid;

border-radius:50%;

background:#fff;

top:50%;
transform:translateY(-50%);
}

.berks-triple-line::after{
border-color:#980000;
}

.berks-triple-center-line::after{
border-color:#E71D25;
}

.berks-triple-left-line{
left:16px;
width:62px;
}

.berks-triple-left-line::after{
left:-5px;
}

.berks-triple-center-pos{
left:12px;
width:76px;
}

.berks-triple-center-pos::after{
left:50%;
transform:translate(-50%,-50%);
}

.berks-triple-right-line{
left:12px;
width:62px;
}

.berks-triple-right-line::after{
right:-5px;
}

}


/**********BAR Red CTA*************/
.berks-brake-cta2{
    position:relative;
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    width:100vw;
    background:#E71D25;
    padding:70px 20px;
    margin-top:60px;
    box-sizing:border-box;
}

.berks-brake-cta-inner2{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr 0.9fr;
    gap:80px;
    align-items:start;
}

.berks-brake-left2{
    display:flex;
    flex-direction:column;
    gap:36px;
}

.berks-brake-left2 h2{
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:32px;
    font-weight:700;
    line-height:1.12;
}

.berks-brake-left2 p{
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
    max-width:700px;
}

.berks-brake-right2{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:240px;
    gap:40px;
}

.berks-brake-right2 p{
    padding-top:30px;
    margin:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:20px;
    line-height:1.45;
}

.berks-brake-right2 .border-outer2{
    width:225px;
    height:72px;
    border:2px solid #fff;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.berks-brake-right2 .border-outer2 a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:215px;
    height:60px;
    border-radius:999px;
    background:#fff;
    color:#E71D25;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    font-family:Roboto,sans-serif;
    border:1px solid #E71D25;
}
@media(max-width:1024px){
    .berks-brake-cta-inner2{
        grid-template-columns:1fr;
        gap:45px;
    }

    .berks-brake-right2{
        min-height:auto;
        align-items:flex-start;
    }

    .berks-brake-left2 h2{
        font-size:42px;
    }
}

@media(max-width:767px){

.berks-brake-cta2{
position:relative;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
width:100vw;

background:#E71D25;

padding:18px 16px;
margin-top:24px;

box-sizing:border-box;
overflow:hidden;
}

.berks-brake-cta-inner2{
width:100%;
display:grid;
grid-template-columns:1.15fr .85fr;
column-gap:18px;
align-items:start;
max-width:100%;
}

.berks-brake-left2{
display:flex;
flex-direction:column;
gap:10px;

padding-left:15px;
}

.berks-brake-left2 h2{
margin:0;

font-family:Roboto,sans-serif;
font-size:10px;
font-weight:700;
line-height:1.18;
color:#fff;

max-width:145px;
}

.berks-brake-left2 p{
margin:0;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
color:#fff;

max-width:150px;
}

.berks-brake-right2{
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:flex-start;

min-height:74px;
gap:10px;

padding-top:2px;
}

.berks-brake-right2 p{
margin:0;
padding:0;

font-family:Roboto,sans-serif;
font-size:6px;
font-weight:400;
line-height:1.2;
color:#fff;

max-width:104px;
}

.berks-brake-right2 .border-outer2{
width:82px;
height:22px;

border:1px solid #fff;
border-radius:999px;

display:flex;
align-items:center;
justify-content:center;
}

.berks-brake-right2 .border-outer2 a{
width:74px;
height:16px;

display:flex;
align-items:center;
justify-content:center;

background:#fff;
border-radius:999px;

text-decoration:none;

font-family:Roboto,sans-serif;
font-size:7px;
font-weight:700;
color:#E71D25;

border:none;
padding:0;
}

}

/****************BAR Heading Widget************/
.bar-heading-widget{
    font-size:35px;
    font-weight:600;
    line-height:1.2;
    
    padding:0;
    margin-top:70px;      
    
}

/****************BAR Para Widget*************/
 .bar-para-box{
    width:100%;
    border-radius:40px;
    padding:18px 12px;
    box-sizing:border-box;
    margin:10px 0;
}

.bar-para-content{
    width:100%;
    box-sizing:border-box;
    padding:0 28px;
}

.bar-para-content > *:first-child{
    margin-top:0 !important;
    padding-top:0 !important;
}
.bar-para-content > *:last-child{
    margin-bottom:0;
}

.bar-para-content p{
    font-family:'Roboto', sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:38px;
    color:#000;
    margin-top:0;
    
}
@media(max-width:767px){

    .bar-para-box{
        border-radius:24px;
        padding:24px 20px;
        margin:24px 0;
    }

    .bar-para-content p{
        font-size:16px;
        line-height:1.7;
        margin-bottom:18px;
    }

}
.blog-rebuild-inner {
    max-width: 1005px !important;
}

.blog-diamond-grid {
    gap: 34px !important;
}

.blog-diamond-heading {
    font-size: 25px !important;
    font-weight: 400 !important;
}

.blog-diamond-bg-card {
    align-items: center !important;
}

.blog-diamond-bg-card::after {
    width: 72px !important;
    height: 72px !important;
    left: 9px !important;
}

.blog-diamond-bg-card .diamond-top-line {
    left: 44px !important;
}

.blog-diamond-bg-card .diamond-bottom-line {
    left: 44px !important;
}