/* service box */

.srvcbox {border: 2px dotted #ccc;}
.srvcbox {transition: all 0.3s ease-in-out;}
.srvcbox:hover {
    box-shadow: 0px 34px 84px 0px rgba(0, 0, 0, 0.25);
    border: 2px dotted #ed641a;
    filter: none !important;
}
.offer-col .col:hover .offer-icons svg, .srvcbox:hover svg {
    fill: #ed641a;
    transition: all 
linear .2s;
}
.boxes-white .prcsBox {
    position: relative;
    height: 100%;
    background: #f7f7f7;
    /* border-radius: 12px; */
    padding: 2rem !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px dotted #ccc;
    /* justify-content: space-between; */
}

.boxes-white .prcsBox:hover {box-shadow: 0px 34px 84px 0px rgba(0, 0, 0, 0.25);
    border: 2px dotted #ed641a;
    filter: none !important;}

.boxes-white .prcsBox {transition: all 0.3s ease-in-out;}


.boxes-white .prcsHead1 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
}
.srvcbox-new h4{font-weight: 600;}

/* Workflow css */

  .prcsBox1 {position: relative; height: 100%; background-color: #f7f7f7; border: 2px dotted #ccc;}
  .prcsBox1 {transition: all 0.3s ease-in-out;}
  .prcsBox1:hover{border: 2px dotted #ed641a; box-shadow: 0px 34px 84px 0px rgba(0, 0, 0, 0.25);}
.pNum {
    font-size: 35px;
    font-family: 'ProximaNovaA Bold';
    color: #ed641a;
}
.prcsHead11 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3em;
}
/* .prcsBox1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #B3B3B3;
} */
.prcsBox11::after { content: none; }
code {
    font-size: 16px;
    color: #333333;
    word-wrap: break-word;
}



.alink {color: #ed641a !important;}
.alink:hover{color: #333333 !important;}