p{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
p strong {
    font-weight: 400 !IMPORTANT;
}
.row.banner-block .left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.common_btn a {
    line-height: normal !important;
    padding: 15px 32px 15px 35px !IMPORTANT;
    height: 50px;
    -webkit-text-stroke-color: #fff;
}

.health_care_flexible_content {
    clear: both;
}

.hc_section_repeater:nth-child(2n) {
    background-image: url('img/bg-1.jpg');
}

.hc_section_repeater:nth-child(2n) .row.content_repeater_items {
    flex-direction: row-reverse;
}

.title_box_wrap h2, .title_box_wrap strong , h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 116.25%;
    letter-spacing: -1.2px
}

.title_box_wrap h2 span, .title_box_wrap strong span, h2 span , h2 strong span {
    color: #162CB9;
    font-style: normal;
    font-weight: 600;
    line-height: 116.25%;
    letter-spacing: -1.2px
}

.hc_section_repeater {
    padding: 80px 0px;
}

.hc_section1.HMA .hc_section_repeater:first-child {
    padding-top: 0px;
}

.row.content_repeater_items {
    align-items: center;
}

.hc_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hc_section2 {
    padding: 80px 0px;
}

.hc2_full_width_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.in_hc_tab_content {
    background-image: url('img/bg-2.png');
    background-size: 100% 100%;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.hc_repeater_items .hc_tab_content {
    padding: 15px;
}

.hc_repeater_items {
    padding: 30px 5%;
}

.heading_with_icon h4 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: capitalize;
    width: 70%;
}

.heading_with_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hc_section2 .common_btn {
    text-align: center;
}

.hc_section3 {
    background: #162CB9;
    padding: 80px 0px;
}

.hc3_full_width_content h2, .hc3_full_width_content h2 span, .hc3_full_width_content p {
    color: #fff;
    text-align: center;
}

.hc3_full_width_content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hc_section19 {
    padding: 80px 0px;
    background-image: url(img/bg-1.jpg);
}

.content_wrap_items .full_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 12%;
}

.content_wrap_items .full_content h2 span {
    display: block;
    color: #000;
}

.listing_items {
    max-width: 392px;
    width: 100%;
    height: 202px;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 40px 25px 20px;
}

.listing_items:nth-child(1) {
    background-image: url(img/b1.png);
}

.listing_items:nth-child(2) {
    background-image: url(img/b2.png);
}

.listing_items:nth-child(3) {
    background-image: url(img/b3.png);
}

.listing_items:nth-child(4) {
    background-image: url(img/b4.png);
}

.listing_items:nth-child(5) {
    background-image: url(img/b5.png);
}

.icon_box {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
}

.listing_items:nth-child(3) .icon_box, .listing_items:nth-child(4) .icon_box, .listing_items:nth-child(5) .icon_box {
    top: auto;
    bottom: -42px;
}

.listing_repeater {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    margin: 0 auto;
    padding: 75px 0px;
}

/* TOP ROW â€“ 2 centered items */
.listing_repeater .listing_items:nth-child(1) {
    grid-column: 3 / span 4;
    /* center left */
}

.listing_repeater .listing_items:nth-child(2) {
    grid-column: 7 / span 4;
    /* center right */
}

/* BOTTOM ROW â€“ 3 items */
.listing_repeater .listing_items:nth-child(3) {
    grid-column: 1 / span 4;
    margin-top: -18px;
}

.listing_repeater .listing_items:nth-child(4) {
    grid-column: 5 / span 4;
    margin-top: -18px;
}

.listing_repeater .listing_items:nth-child(5) {
    grid-column: 9 / span 4;
    margin-top: -18px;
}

.listing_items h6 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.listing_items p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.listing_items:nth-child(1), .listing_items:nth-child(2) {
    padding: 55px 22px 20px;
}

.hc_section19 .common_btn {
    margin: auto;
}

.hc_section5 {
    padding: 80px 0px;
}

.hc2_full_width_content h2 span, .hc2_full_width_content h2 strong {
    display: block;
    font-weight: 600;
}

.hc2_full_width_content {
    padding: 0 8%;
}

.inner_hc_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(img/border-line.png);
    background-size: 100% 100%;
    padding: 30px 15px;
    height: 100%;
}

.inner_hc_contents .hc_icon {
    max-width: 88px;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
}

.inner_hc_contents .hc_content {
    width: 80%;
}

.hc_section5 .hc_tab_contents {
    padding: 15px;
}

.hc_section5 .hc_content h4 {
    color: #162CB9;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.25%;
    letter-spacing: -0.6px;
}

.hc_section5 .common_btn {
    text-align: center;
}

.boxy-box {
    padding: 0;
}

.hc_section20 {
    padding: 80px 0px;
    position: relative;
}

.hc_section20.full_content_width_img {
    padding-top: 0px;
    text-align: center;
}

.hc_section20.full_content_width_img h2 span {
    display: block;
}

.hc_section20.full_content_width_img p {
    color: #000;
}

.img_box {
    text-align: center;
}

.hc_section20 .container {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

img.blub {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto 0;
}

img.zig-zag {
    position: absolute;
    right: 100px;
    top: 130px;
    margin: auto 0;
}

.hc_image {
    text-align: center;
}

.postid-24170 .hc_section6 {
    padding: 20px 0px 80px;
}

.postid-24170 .hc_section7 {
    background-color: #162CB9;
    padding: 80px 0px;
}

.postid-24170 .hc_section7 h2, .postid-24170 .hc_section7 h2 strong, .postid-24170 .hc_section7 p {
    color: #fff;
}

.postid-24170 .hc_section7 h2 strong {
    display: block;
}

.content2_image_items .left_content, .hc_section7 .left_content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
}

.postid-24170 .right_image {
    width: 38%;
}

.postid-24170 .hc_section2 .hc2_full_width_content h2 span {
    display: inline-block;
}

.postid-24170 .hc_section2 .in_hc_tab_content {
    background-image: url(img/border-line-2.png);
    background-size: 100% 100%;
    border-radius: 14px;
    box-shadow: none;
    height: 100%;
    padding: 12px 20px 12px 70px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.postid-24170 .hc_section2 .hc_repeater_items .row {
    counter-reset: step-counter;
}

.postid-24170 .hc_section2 .hc_tab_content {
    position: relative;
    counter-increment: step-counter;
    padding-left: 50px;
}

.postid-24170 .hc_section2 .hc_tab_content:after {
    content: "" counter(step-counter);
    position: absolute;
    left: 60px;
    top: 30px;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    width: 36px;
    height: 36px;
    border-radius: 21.902px;
    border: 1px dashed #2D9456;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo .hc_section4 .content_image_items {
    background-size: 100% 100%;
    padding: 30px;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
}

.seo .hc_section4 .right_image {
    width: 32%;
    display: flex;
    justify-content: end;
}

.seo .hc_section4 .left_content {
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.seo .hc_section4 .left_content h2 {
    padding-right: 5%;
}

.seo .hc_section9 .inner_hc_contents.seo_hc_wrp {
    background-image: none;
    text-align: center;
    display: block;
    padding: 30px 30px;
}

.seo .hc_section9 .hc_content_box h4 {
    color: #162CB9;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: capitalize;
    min-height: 70px;
}

.seo .hc_section9 .hc_content_box p {
    color: #000;
    font-size: 15.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.seo .hc_section9 .hc_image {
    height: 270px;
}

.seo .hc_section9 .common_btn {
    text-align: center;
}

.seo .hc_section9 {
    padding: 50px 0px 80px;
}

.seo .hc_section1.HMA {
    background-image: url(img/bg-1.jpg);
    background-size: 100% 100%;
    padding: 80px 0px 50px;
}

.seo .hc_section1.HMA .hc_content h2 strong {
    display: block;
}

.seo .hc_section_repeater:nth-child(2n) {
    background-image: none;
}

.seo .hc_section_repeater {
    padding: 40px 0px;
}

.seo .hc_section1.HMA .hc2_full_width_content, .ppc .hc_section11 .hc2_full_width_content {
    margin-bottom: 60px;
}

.seo .hc_section5 img.blub {
    top: auto;
    bottom: 40px;
}

.seo .hc_section5 {
    position: relative;
}

.ppc .right_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppc .hc_section6 {
    padding-bottom: 80px;
}

.ppc .hc_section7 {
    background-color: #162CB9;
    padding: 80px 0px;
}

.ppc .hc_section7 h2, .ppc .hc_section7 p {
    color: #fff;
}

.ppc .hc_section7 .common_btn a {
    background-color: #fff;
    color: #162CB9;
    -webkit-text-stroke-color: #162CB9;
}

.ppc .hc_section7 .common_btn a:hover {
    background-color: #000;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

.ppc .hc_section11 {
    padding: 80px 0px;
}

.ppc .hc_section11 .image_content3_items .row {
    align-items: center;
    background-image: url('img/b11.png');
    background-size: 100% 100%;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.ppc .hc_section6 li {
    background-image: url('img/li.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 24px;
    margin-bottom: 18px;
}

.ppc .hc_section11 .image_content3_items .row:nth-child(2n) {
    flex-direction: row-reverse;
    background-image: url('img/b12.png');
}

.ppc .hc_section11 .in_left_content h5 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-transform: capitalize;
    margin: 0 0 12px;
}

.ppc .hc_section11 .in_left_content p {
    color: #000;
    font-size: 15.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.ppc .hc_section11 .right_image {
    width: 29%;
}

.ppc .hc_section11 .left_content {
    width: 71%;
}

.ppc .hc_section11 .common_btn {
    text-align: center;
}

.ppc .hc_section11 .image_content3_items {
    padding-bottom: 20px;
}

.ppc .hc_section9 {
    background-image: url(img/bg-1.jpg);
    background-size: 100% 100%;
    padding: 80px 0px;
}

.ppc .hc_section9 .hc_repeater_items {
    padding: 45px 0% 0px;
}

.ppc .hc_section9 .hc2_full_width_content {
    padding: 0 5%;
}

.ppc .hc_section9 .inner_hc_contents .hc_content {
    width: 100%;
    gap: 10px;
}

.ppc .hc_section9 .inner_hc_contents {
    background-image: none;
    padding-bottom: 0;
    display: block;
}

.ppc .hc_section9 h2 {
    color: #162CB9;
}

.ppc .hc_section9 .hc_content h4 {
    color: #162CB9;
    text-align: left;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: capitalize;
}

.ppc .hc_section9 .hc_content p {
    color: #000;
    text-align: left;
    font-size: 15.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.ppc .hc_section9 .hc_image {
    height: auto;
    text-align: left;
    margin-bottom: 10px;
}

.ppc .hc_section20 .hc3_full_width_content li {
    margin-bottom: 16px;
}

.hwdd .hc_section10 h2 strong {
    display: block;
}

.hwdd .hc_section10 h2, .hwdd .hc_section10 p {
    color: #000;
}

.hwdd .hc_section10 {
    text-align: center;
}

.hwdd .hc_section10 .common_btn {
    padding-top: 10px !important;
}

.hwdd .hc_section10 .hc3_full_width_content {
    padding: 0px 5%;
}

.hwdd .hc_section5 .inner_hc_contents {
    background-image: url(img/bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
    background-position: 0 -2px;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 30px 15px 20px;
    display: block;
}

.hwdd .hc_section5 .hc_content {
    width: 100%;
    gap: 14px;
}

.hwdd .hc_section5 .hc_tab_contents {
    padding: 7px;
}

.hwdd .hc_section5 .hc_repeater_items {
    padding: 30px 4%;
}

.hwdd .hc_section5 .hc_icon {
    max-width: 88px;
    width: 100%;
    padding: 0px 0px 20px;
    text-align: center;
}

.hwdd .hc_section5 .hc_icon img {
    max-height: 85px;
}

.hwdd .hc_section5 .hc_content h4 span {
    display: block;
    color: #000;
}

.hwdd .hc_section3 h2 strong {
    display: block;
}

.hwdd.wrap_7 .hc_section5 {
    padding-top: 0px;
    padding-bottom: 40px;
}

.hwdd.wrap_7 .hc_section5 .hc_tab_contents {
    width: 50%;
    padding: 15px;
}

.hwdd.wrap_7 .hc_section5 .inner_hc_contents {
    background-size: 100% 100%;
    background-position: 0 0px;
}

.hwdd .hc_section3 .common_btn a , .hc_section3 .common_btn a{
    background-color: #fff;
    color: #162CB9;
    -webkit-text-stroke-color: #162CB9;
}

.hwdd .hc_section3 .common_btn a:hover , .hc_section3 .common_btn a:hover{
    background-color: #000;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

.hwdd .hc_section3 .common_btn, .hc_section3 .common_btn {
    text-align: center;
    padding-top: 10px !important;
}

.hwdd .hc_section9 .inner_hc_contents {
    border-radius: 16px;
    border: 2.5px dashed #2D9456;
    background-image: none;
    padding: 20px;
    display: block;
}

.hwdd .hc_section9 .hc_img_items_contents {
    padding: 8px;
}

.hwdd .hc_section9 .hc_content h4 {
    color: #162CB9;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: capitalize;
}

.hwdd .hc_section9 .inner_hc_contents .hc_content {
    width: 100%;
    gap: 15px;
}

.hwdd .hc_section9 .hc_image {
    margin-bottom: 20px;
}

.hwdd .hc_section9 {
    padding: 80px 0px;
}

.hwdd .hc_section9 .hc_repeater_items {
    padding: 30px 7%;
}

.hwdd .hc_section9 .common_btn {
    text-align: center;
}

.hwdd .hc_section4 .content_image_items h2 {
    text-align: center;
    margin-bottom: 30px;
}

.hwdd .hc_section4 .content_image_items h2 span {
    display: block;
}

.hwdd .hc_section4 .left_content li {
    margin-bottom: 15px;
    background-image: url('img/ar.svg');
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 30px;
}

.hwdd .hc_section4 {
    padding-bottom: 80px;
}

.hwdd .hc_section4 .left_content ul, .hwdd .hc_section4 .left_content ol {
    padding-bottom: 10px;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents {
    width: 50%;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents:last-child {
    width: 100%;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents .inner_hc_contents {
    border: 2.5px dashed #F48D51;
    border-radius: 20px;
    background-image: none;
    display: block;
    padding: 20px;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents:nth-child(2) .inner_hc_contents {
    border: 2.5px dashed #B3E59F;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents:nth-child(3) .inner_hc_contents {
    border: 2.5px dashed #A1D6FF;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents:nth-child(4) .inner_hc_contents {
    border: 2.5px dashed #67B8AB;
}

.lbs.wrap_5 .hc_section5 .hc_tab_contents:nth-child(5) .inner_hc_contents {
    border: 2.5px dashed #FCB63A;
}

.lbs.wrap_5 .hc_section5 .hc2_full_width_content {
    padding: 0 8%;
}
.lbs.wrap_5 .hc_section5 .heading_with_icon h4 span {
    display: block;
}

.lbs.wrap_5 .hc_section5 .heading_with_icon h4 {
    color: #000;
}

.lbs.wrap_5 .hc_section5 .heading_with_icon {
    width: 100%;
    margin-bottom: 10px;
}
.lbs.wrap_5 .hc_section5 .inner_hc_contents .hc_content h4 {
    display: none;
}
.lbs.wrap_5 .hc_section5 .inner_hc_contents .hc_icon {
    max-width: max-content;
}
.lbs.wrap_5 .hc_section5 .inner_hc_contents .hc_content {
    width: 100%;
}
.lbs.wrap_3 .hc3_full_width_content {
    text-align: center;
    padding: 0px 5%;
}
.lbs.wrap_8 .hc_section5 .heading_with_icon {
    width: auto;
    align-items: flex-start;
}

.lbs.wrap_8 .hc_section5 .hc_tab_contents {
    width: 50%;
}

.lbs.wrap_8 .hc_section5 .heading_with_icon h4 {
    display: none;
}
.lbs .in_benifits_content h2 span {
    display: block;
}

.lbs .benifits_of_our_medical_services {
    padding: 0px 5%;
}

.lbs .benifits_of_our_medical_services .row.first-row {
    align-items: center;
    margin-bottom:20px
}

.lbs .benifits_right_content {
    text-align: center;
}
.lbs .in_benifits_content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.lbs .hc_section12 {
    background-image: url(img/bg11.jpg);
    background-size: cover;
    padding: 30px 0px 60px;
}
.lbs .benifits_repeaters .row {
    background-image: url(img/bg-2.png);
    background-size: cover;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 30px 20px;
    margin: 0;
    align-items: flex-start;
}
.lbs .benifits_repeaters h5 {
    margin-top: 0;
}
.lbs .benifits_repeaters {
    padding: 10px;
}
.lbs .row.in_benifits_right_content {
    margin: 0px -15px;
}

.hc_section10 .hc3_full_width_content h2, .hc_section10 .hc3_full_width_content h2 span, .hc_section10 .hc3_full_width_content p {
    color: #000;
    text-align: center;
}

.ssm.wrap_4 .hc_section10{
    padding:80px 0px;
}
.ssm.wrap_4 .hc_section10 .common_btn {
    text-align: center;
}
.ssm.wrap_3 .hc_section4 {
    padding-bottom: 60px;
    background-image: url(img/bg11.jpg);
    background-size: cover;
}
.ssm.wrap_3 .left_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ssm.wrap_3 .right_image {
    width: 30%;
    text-align: center;
}
.hc_section14.tabs_panel_section h2 strong {
    display: inline-block;
}
.ssm.wrap_5 ul.nav.nav-pills li {
    max-width: 16.666%;
    width: 100%;
    padding: 0;
    border: none;
    height: 100%;
}

.ssm.wrap_5 ul.nav.nav-pills li a {
    padding: 10px 20px;
    color: #010A70 !important;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 4px solid #010A70;
    -webkit-text-stroke-color: #010A70 !important;
    letter-spacing: normal;
    border-radius: 0px;
}
.ssm.wrap_5  ul.nav.nav-pills li.active a {
    border-bottom: 4px solid #A2DAFD;
    background: #FFF1E9;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    font-weight: 600 !important;
}
.ssm.wrap_5 .tab-content .tab-pane {
    box-shadow: none;
    float: left;
    padding: 40px 30px;
    min-height: 100%;
    border-radius: 16px;
    background: #FFF1E9;
}

.ssm.wrap_5 .tab-content {
    padding: 0px;
    float: left;
    width: 100%;
    position: relative
}
.ssm.wrap_5 .tab_image img {
    border-radius: 16px;
    /* background: #FFF; */
}
.ssm.wrap_5 .tab_content, .ssm.wrap_5 .tab_image{
    padding: 0px 10px;
}
.ssm.wrap_5 .tab_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.ssm.wrap_5 .hc2_full_width_content {
    padding-bottom: 44px;
}

.ssm.wrap_5 .hc_section14.tabs_panel_section {
    padding-bottom: 80px;
}
.ssm.wrap_8 .hc_section13 {
    background-image: url(img/bg11.jpg);
    background-size: cover;
    padding: 80px 0px;
}
.hc_section13 .inner_hcc_contents {
    background-image: url(img/bg-2.png);
    background-size: cover;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 30px 20px;
}

.hc_section13 .hcc_img_items_contents {
    padding: 12px;
}
.section13_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.section13_content h2 span {
    display: block;
}
.hc_section13 .inner_hcc_contents h4 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; 
    text-transform: capitalize;
    margin-bottom:15px;
}
.row.content_area13 {
    margin-bottom: 20px;
}
.hc_section13 .common_btn {
    text-align: center;
}
.hc_section13 .content_repeater {
    margin-bottom: 40px;
}
.hc_section3 h2 strong, .odma.wrap_4 .hc_section10 h2 strong{
    display: block;
}
.ssm.wrap_10 .hc_section5 {
    padding-bottom:30px
}

.ssm.wrap_11 .hc_section10 {
    padding-bottom:60px
}
.ssm.wrap_11 .hc_section10 .common_btn , .odma.wrap_4 .hc_section10 .common_btn, .odma.wrap_5 .common_btn{
    text-align: center;
}
.odma.wrap_3 .left_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.odma.wrap_3 .right_image {
    width: 30%;
    text-align: center;
}
.odma.wrap_4 .hc_section10{
    padding: 80px 0px;
}
.odma.wrap_5 .inner_hc_contents {
    border-radius: 16px;
    border: 2.5px dashed #B3E59F;
    background: #FFF6F2;
    display: block;
    text-align: center;
}
.odma.wrap_5 .hc_img_items_contents:nth-child(2n) .inner_hc_contents{
    background:#EFF9FF;
}
.odma.wrap_5 .hc_img_items_contents:nth-child(3n) .inner_hc_contents{
    background:#F8FFF5;
}
.odma.wrap_5 .hc_image img {
    max-height: 160px;
}

.odma.wrap_5 .hc_image {
    text-align: center;
    width: 100%;
}
.odma.wrap_5 .hc_image {
    height: 160px;
}

.odma.wrap_5 .hc_image {
    text-align: center;
    width: 100%;
}

.odma.wrap_5 .hc_content {
    width: 100%;
    gap: 0;
}

.odma.wrap_5 .hc_content h4 {
    color: #010A70;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    padding: 20px 0px;
    min-height: 68px;
}
.odma.wrap_5 .hc_content h4 span{
    font-weight: 700;
    display: block;
}
.odma.wrap_5 .hc_section9{
    padding-bottom: 60px;
}
.odma.wrap_8 .hc_section19 .listing_items {
    padding: 20px 25px;
    justify-content: center;
}
.o-seo.wrap_5 .hc_section4 {
    background-color: #162CB9;
    padding: 80px 0px;
}
.o-seo.wrap_5 .left_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding-right: 30px;
}

.o-seo.wrap_5 .right_image {
    width:30%;
}

.o-seo.wrap_5 .left_content h2, .o-seo.wrap_5 .left_content p {
    color: #fff;
}
.o-seo.wrap_5 .left_content h2 strong{
    display: block;
}
.o-seo.wrap_4 .hc_section20 {
    padding: 40px 0px;
}
.o-seo.wrap_6 .hc_section15 {
    padding: 80px 0px;
}
.icon_with_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.icon_with_heading h4 {
    color: #010A70;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.o-seo.wrap_6 .icon_with_heading h4 span {
    font-weight: 600;
    display: block;
}

.o-seo.wrap_6 .icon_with_heading .smm_icon {
    width: 84px;
    height: 84px;
    /* border-radius: 8px; */
    /* background: #fff; */
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.o-seo.wrap_6 .inner_smm_contents {
    border-radius: 16px;
    border: 2.5px dashed #B3E59F;
    background: #FFF6F2;
    height: 100%;
    padding: 20px;
}
.o-seo.wrap_6 .smm_img_items_contents:nth-child(2) .inner_smm_contents, .o-seo.wrap_6 .smm_img_items_contents:nth-child(6) .inner_smm_contents{
    background: #EFF9FF;
}
.o-seo.wrap_6 .smm_img_items_contents:nth-child(3) .inner_smm_contents{
    background: #F4FFF0;
}
.o-seo.wrap_6 .smm_img_items_contents:nth-child(4) .inner_smm_contents, .o-seo.wrap_6 .smm_img_items_contents:nth-child(7) .inner_smm_contents{
    background: #FFFDF3;
}
.o-seo.wrap_6 .smm_img_items_contents:nth-child(5) .inner_smm_contents{
    background: #FFF6F2;
}

.o-seo.wrap_6 .smm_img_items_contents {
    padding: 8px;
}
.smm_repeater_items {
    padding: 40px 0px;
}
 .o-seo.wrap_6 .common_btn {
    text-align: center;
}
.o-seo .hc_section11 .image_content3_items .row {
    align-items: center;
    background-image: url('img/b11.png');
    background-size: 100% 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.o-seo .hc_section11 .image_content3_items .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.o-seo .hc_section11 .in_left_content h5 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-transform: capitalize;
    margin: 0 0 12px;
}
.o-seo .hc_section11 .in_left_content h5 strong{
    display: block;
}
.o-seo .hc_section11 .in_left_content p {
    color: #000;
    font-size: 15.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.o-seo .hc_section11 .right_image {
    width: 29%;
}

.o-seo .hc_section11 .left_content {
    width: 71%;
}

.o-seo .hc_section11 .common_btn {
    text-align: center;
}

.o-seo .hc_section11 .image_content3_items {
    padding-bottom: 20px;
}
.o-seo.wrap_7 .hc_section11 {
    padding-bottom: 70px;
}
.o-seo.wrap_7 .hc2_full_width_content {
    padding-bottom: 40px;
}
.hc_section20 .hc3_full_width_content {
    padding: 0px 6%;
}
.owdd .hc_section10{
    padding-bottom:60px;
}
.owdd .hc_section13 {
    background-image: url(img/bg-1.jpg);
    background-size: 100% 100%;
    padding: 30px 0px 80px;
}

.owdd .hc_section11 .image_content3_items .row {
    align-items: center;
    background-image: url('img/b11.png');
    background-size: 100% 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.owdd .hc_section11 .image_content3_items .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.owdd .hc_section11 .in_left_content h5 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-transform: capitalize;
    margin: 0 0 12px;
}

.owdd .hc_section11 .in_left_content p {
    color: #000;
    font-size: 15.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.owdd .hc_section11 .right_image {
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owdd .hc_section11 .left_content {
    width: 71%;
}

.owdd .hc_section11 .common_btn {
    text-align: center;
}

.owdd .hc_section11 .image_content3_items {
    padding-bottom: 20px;
    padding-top: 40px;
}
.owdd .hc_section11{
    padding:80px 0px;
}
.owdd.wrap_7 .listing_items {
    padding: 40px 25px;
    justify-content: center;
}
.oppc.wrap_3 .in_left_content li {
    border: 1px dashed #A2DAFD;
    background: #FFF;
    box-shadow: 4px 4px 12.1px 0 rgba(0, 0, 0, 0.13);
    width: 40%;
    padding: 10px;
}

.oppc.wrap_3 .in_left_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 30px 0px;
}

.oppc.wrap_3 .in_left_content li strong {
    display: block;
}
.oppc.wrap_3 .common_btn {
    padding: 0px 15px !important;
}
.oppc.wrap_3 .hc_section11{
    padding-bottom: 60px;
}
.oppc.wrap_3  .hc2_full_width_content {
    padding: 0 15px;
    text-align: left;
}
.oppc.wrap_5 .icon_with_heading h4 {
    width: 80%;
    color: #000;
    font-weight: 600;
}
.oppc.wrap_5 .icon_with_heading .smm_icon {
    width: 84px;
    height: 84px;
    border-radius: 8px;
    padding: 5px;
}
.oppc.wrap_5 .inner_smm_contents {
    border-radius: 20px;
    border: 2.5px dashed #F48D51;
    height: 100%;
    padding: 20px;
}
.oppc.wrap_5 .smm_img_items_contents:nth-child(2) .inner_smm_contents{
    border: 2.5px dashed #2D9456;
}
.oppc.wrap_5 .smm_img_items_contents:nth-child(3) .inner_smm_contents{
    border: 2.5px dashed #53A760;
}
.oppc.wrap_5 .smm_img_items_contents:nth-child(4) .inner_smm_contents{
    border: 2.5px dashed #162CB9;
}
.oppc.wrap_5 .hc_section15 {
    background-image: url(img/bg-1.jpg);
    background-size: 100% 100%;
    padding: 80px 0px;
}
.oppc.wrap_5 .hc_section15 .smm_repeater_items{
    padding-bottom:0px;
}
.oppc.wrap_5 .smm_img_items_contents {
    padding: 8px;
}
.oppc.wrap_6 .hc_section18{
    padding: 80px 0px
}
.oppc.wrap_6 .process_items_contents .inner_process_contents {
    border-radius: 16px;
    border: 2.5px dashed #B3E59F;
    background: #FFF6F2;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.oppc.wrap_6 .hc_section18 .inner_process_contents h5 {
    color: #010A70;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; 
    text-transform: capitalize;
}
.oppc.wrap_6 .process_repeater_items {
    padding: 40px 0px;
}
.oppc.wrap_6 .common_btn {
    text-align: center;
}
.process_items_contents {
    padding: 0px 10px;
}
.oppc.wrap_6 .process_items_contents:nth-child(2) .inner_process_contents{
    border: 2.5px dashed #B3E59F;
    background: #EFF9FF;
}
.oppc.wrap_6 .process_items_contents:nth-child(3) .inner_process_contents{
    border: 2.5px dashed #B3E59F;
    background: #F8FFF5;
}
.oppc .hc_section10 h2 strong{
    display: block;
}
.oppc.wrap_7 .common_btn {
    text-align: center;
}

.oppc.wrap_7 .hc_section10 {
    padding-bottom: 70px;
}
.owdd.wrap_3 .common_btn {
    text-align: center;
}
.owdd.wrap_4 .hc_section13 .inner_smm_contents {
    background-image: url(img/bg-2.png);
    background-size: cover;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 30px 20px;
}

.owdd.wrap_4 .hc_section13 .smm_img_items_contents {
    padding: 12px;
}
.hc_section13 .inner_smm_contents h4 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: capitalize;
}
.seo .hc_section9 .hc2_full_width_content h2 strong{
    display: inline-block;
}
.ssm .hc_section15 .inner_smm_contents {
    background-image: url(img/bg-2.png);
    background-size: cover;
    border-radius: 14px;
    box-shadow: 18px 21px 8px 0 rgba(0, 0, 0, 0.00), 12px 13px 7px 0 rgba(0, 0, 0, 0.01), 7px 7px 6px 0 rgba(0, 0, 0, 0.05), 3px 3px 4px 0 rgba(0, 0, 0, 0.09), 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 30px 20px;
}

.ssm .hc_section15 .smm_img_items_contents {
    padding: 12px;
}

.ssm .hc_section15 .inner_smm_contents h4 {
    color: #162CB9;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; 
    text-transform: capitalize;
}
.ssm .hc_section15 .inner_smm_contents h4 span{
    display: block;
}
.ssm .hc_section15 .common_btn {
    text-align: center;
}
.ssm .hc_section15 .content_repeater {
    margin-bottom: 40px;
}
.ssm .hc_section15 {
    background-image: url(img/bg11.jpg);
    padding: 80px 0px;
}
.ssm .smm_with_icon_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.lbs.wrap_4  .hc_section2 .right_image {
    width: 38%;
}

.lbs.wrap_4 .hc_section2 .hc2_full_width_content h2 span {
    display: block;
    font-weight:700;
}

.lbs.wrap_4 .hc_section2 .in_hc_tab_content {
    background-image: url(img/border-line-2.png);
    background-size: 100% 100%;
    border-radius: 14px;
    box-shadow: none;
    height: 100%;
    padding: 12px 20px 12px 70px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lbs.wrap_4 .hc_section2 .hc_repeater_items .row {
    counter-reset: step-counter;
}

.lbs.wrap_4 .hc_section2 .hc_tab_content {
    position: relative;
    counter-increment: step-counter;
    padding-left: 50px;
}

.lbs.wrap_4 .hc_section2 .hc_tab_content:after {
    content: "" counter(step-counter);
    position: absolute;
    left: 60px;
    top: 30px;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    width: 36px;
    height: 36px;
    border-radius: 21.902px;
    border: 1px dashed #2D9456;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lbs.wrap_4 .hc_section2 {
    padding-bottom: 0px;
}
.hc_section1.Wrap-HMA .hc_content h2, .hc_section1.Wrap-HMA .hc_content h2 span {
    font-weight: 400 !IMPORTANT;
}


.hwdd.wrap_8 .hc_section2 .right_image {
    width: 38%;
}

.hwdd.wrap_8 .hc_section2 .hc2_full_width_content h2 span {
    display: block;
    font-weight:700;
}

.hwdd.wrap_8 .hc_section2 .in_hc_tab_content {
    background-image: url(img/border-line-2.png);
    background-size: 100% 100%;
    border-radius: 14px;
    box-shadow: none;
    height: 100%;
    padding: 12px 20px 12px 70px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hwdd.wrap_8 .hc_section2 .hc_repeater_items .row {
    counter-reset: step-counter;
}

.hwdd.wrap_8 .hc_section2 .hc_tab_content {
    position: relative;
    counter-increment: step-counter;
    padding-left: 50px;
}

.hwdd.wrap_8 .hc_section2 .hc_tab_content:after {
    content: "" counter(step-counter);
    position: absolute;
    left: 60px;
    top: 30px;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    width: 36px;
    height: 36px;
    border-radius: 21.902px;
    border: 1px dashed #2D9456;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.o-seo.wrap_3 .common_btn {
    text-align: center;
    padding-top: 15px !important;
}
.owdd.wrap_7 .content_wrap_items .row {
    flex-direction: column;
    text-align: center;
}
.owdd.wrap_7 .common_btn {
    text-align: center;
    padding-top: 25px !important;
}
.owdd.wrap_7 .listing_repeater {
    padding: 40px 0px 50px;
}