.section-block {
    padding: 90px 0px 90px 0px;
    background-color: #fff;
}

.rounded-border {
    border-radius: 10px !important;
}

img.rounded-border {
    width: 100%;
}
.mt-20 {
    margin-top: 20px;
}
.text-content-big p {
    font-size: 16px !important;
    font-weight: 400;
}

.mt-30 {
    margin-top: 30px;
}

.pr-15-md {
    padding-right: 15px;
}

.primary-list {
    padding-left: 0px;
}
.text-content-big li,
.text-content-big p {
    font-size: 16px !important;
    font-weight: 400;
}

.primary-list li i, .main-head-i i{
    color: #d21e2b;
    padding-right: 10px;
}
.mt-40 {
    margin-top: 40px;
}

.services-single-left-heading h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}
.services-single-left-heading h4:after {
    content: " ";
    display: block;
    background: #d21e2b;
    width: 50px;
    height: 2px;
    margin-top: 8px;
}

.services-single-menu {
    border: 1px solid #ececec;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.services-single-menu ul li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    width: -webkit-fill-available;
}
.services-active {
    -webkit-box-shadow: 3px 0px 0px 0px rgb(210 30 43) inset;
    -moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
    box-shadow: 3px 0px 0px 0px rgb(210 30 43) inset;
}

.services-single-menu ul li a {
    display: block;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0px 17px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.services-single-left-heading h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

.primary-list {
    padding-left: 0px;
}
.primary-list li {
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.primary-list li i {
    color: #d21e2b;
    padding-right: 10px;
}
