.banner {
    width: 100%;
    text-align: center;
    padding: 0;
}
.banner-videobox {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
}
.banner-videobox::before {
    content: '';
    position: absolute;
    background: #00000085;
    width: 100%;
    height: 100%;
}
.banner-videobox video {
    width: 100%;
    height: 100%;
}
.banner-content {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-table;
}
.banner-tag {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
    display: block;
}
.banner-heading {
    font-size: 56px;
    line-height: 80px;
    font-weight: 700;
    margin: 0 0 25px;
}
.banner-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 20px;
}
.banner-content .button-group {
    margin: 20px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.custom-image-box {
    width: 100%;
    position: relative;
    height: 470px;
    max-width: 550px;
    margin: 0 0 0 auto;
}
.custom-image-box img {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
.small-image-box {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    max-width: 240px;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}
.image-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #db5f2cbd;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    max-width: 140px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}
.heading-tag {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
}
.heading-tag span,.main-heading span{
    color: #db5f2c;
}
.main-heading {
    font-size: 38px;
    line-height: 56px;
    font-weight: 800;
    color: #333;
    margin: 13px 0;
}
.brief {
    color: #686a6f;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
}
.button-group {
    display: flex;
    align-items: center;
}
.about-content .secondary-btn,.content-box .secondary-btn {
    border: 1px solid #db5f2c;
    color: #db5f2c;
}
.video-play-icon {
    position: absolute;
    left: 24%;
}
.process-card {
    border: 1px solid #f5f5f5;
    padding: 20px 10px;
    border-radius: 4px;
    text-align: center;
}
.process-icon-box {
    position: relative;
    display: block;
}
.process-icon-box img {
    width: 100%;
    max-width: 90px;
    margin: auto;
}
.process-icon-box svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.process-title {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    margin: 15px 0 0;
    font-weight: 600;
}
.heading-seprator {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.heading-seprator img {
    margin: 0 15px;
}
.heading-seprator span {
    display: block;
    width: 100%;
    max-width: 60px;
    height: 2.4px;
    background-color: #db5f2c;
    border-radius: 2px;
}
.testimonial-section {
    padding: 40px 0 100px;
}
.flex-box-wrap {
    display: flex;
}
.testimonial-box {
    position: relative;
    border: 2px solid #eee;
}
.testimonial-content-box {
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 26px;
}
.arrow-icon {
    width: 20px;
    height: 20px;
    background-color: #fafafa;
    display: block;
    position: absolute;
    bottom: -11px;
    left: 15px;
    transform: rotate(45deg);
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.user-details {
    display: flex;
    align-items: center;
    padding: 20px 0 0 7px;
    position: absolute;
    bottom: -60px;
}
.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px dashed #db5f2cb3;
    margin: 0 10px 0 0;
}
.user-image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.testimonial-username {
    margin: 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
}