.center-align70 {
    width: 70%;
    margin: auto;
}
.red{color:red;}
.headingdiv {   
    padding: 10px 0px;
}
.headingdiv p{}
.headingdiv h2 {
    padding: 10px 0px;
    font-size: 32px;
    font-weight: 600;
}
.cardbox {
    display: flex;
    flex-direction: row;
    gap:15px;
    flex-wrap: wrap;
}
.card-div {
    width: 19%;
    background: #fff;
    padding: 15px;
    border: 1px solid #dfd7d7;
    text-align: center;
    border-radius: 5px;
    min-height: 245px;
}
.iconbox{text-align: center;}
.iconbox span {
    width: 60px;
    text-align: center;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    background: #e51314;
    padding: 5px 4px;
}
.iconbox span img{}
.card-div p{color:#726c6c;}
.card-title {
    font-size: 17px;
    margin-top: 9px;
    font-weight: 700;
    padding: 10px 0px;
}
.service-box {
    margin-bottom: 20px;
}
.service-box h4 {
    font-size: 19px;
    padding: 6px 0px;
    margin-bottom: 0px;
}
.get-btn {   
    display:inline-block; 
    padding: 10px 58px;
    font-size: 16px;
    color: #ffffff;    
    border: 2px solid #e51314!important;
    background-color: #e51314!important;  
    border-radius: 5px;
    margin-top: 14px !important;
}
.get-btn:hover {   
    padding: 10px 58px;
    color: #000;
    border: 2px solid #e51314!important;
    background-color: #fff!important;
    box-shadow: none;
    border-radius: 5px;
}
.package-bottom p {   
    margin-top: 10px;
}
.service-section {
    background: #ede6e6;
    padding: 40px 0px;
}
.work-box {
    text-align: center;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}
.work-box h3{font-weight: 600;
    padding: 10px 0px;
    font-size: 23px;
    line-height: 30px;
}

.nodiv {
    display: inline-block;
    background: #df0001;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    font-size: 26px;
    color: #fff !important;
}
.workline {
    height: 2px;
    width: 125px;
    position: absolute;
    right: -65px;
    top: 33%;
    border-bottom: 2px dotted #a9a2a2;
}
.why-box {
    text-align: center;
    padding: 15px;
    margin-top:25px;
    background: #00000033;
    color: #fff;
    border-radius: 3px;
}
.why-icon img{width:40px;}
.why-box h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    color: #fff;
}
.whychoose-section {
    background-image: url(../images/why-bg.jpg);
    background-size: cover;
    padding: 10px 10px;
    background-repeat: no-repeat;
}
.white{color:#fff!important;}
.package-box {
    box-shadow: 3px 5px 12px #ccc;
    border-radius: 2px;
    min-height: 472px;
    border: 1px solid #ebeaea;
    position: relative;
    box-shadow: 2px 2px 5px #ccc;
    margin-top: 16px;
}
.package-top {
    background: #ffdada;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
}
.package-left {
    width: 65px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    height: 65px;
    line-height: 22px;
    border-radius: 50%;
    background: #e51314;
    padding: 11px 0px;
    font-weight: 700;
}
.package-right{padding: 5px 15px;
}
.package-right h3 {
    font-size: 18px;
    font-weight: 600;
}
.package-right h4 {
    font-size: 16px;
    color: #5c5959;
}
.package-bottom {
    padding: 15px;
    text-align: center;
}
.getbtn-div{position:absolute;
bottom:20px;
left:16px;}