/* common css */
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.container {
    box-sizing: border-box;
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    margin-bottom: 24px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
    font-size: 70px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 32px;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 28px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.2px;
    font-weight: 500;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

/* /common css */

/* header */
.site-header {
    min-height: 118px;
    text-align: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .site-header {
        min-height: 70px;
        padding: 10px;
    }
}

/* /header */



/* feature section */
.feature_section {}

.feature_section__inner {
    margin: 80px 0;
    /* color: #fff; */
    /* background-color: #3b4958; */
}

.feature_section__inner .header_sec {
    text-align: center;
    margin-bottom: 80px;
}

.feature_section__inner .header_sec .sub_heading {}

.feature_section__inner .header_sec .heading {
    text-align: center;
}

.feature_section__inner .header_sec .heading_text {
    font-size: 22px;
    letter-spacing: 1px;
}

.feature_section__inner__wrapper {
    background-color: #f3f3f3;
    padding: 40px 20px;
    border-radius: 20px;
    border-bottom: 7px solid #f23535;
}

.feature_section__inner__wrapper__in {
    display: flex;
    flex-wrap: wrap;

}


.feature_section__inner__wrapper .link_list_main {
    width: 30%;
    max-height: 700px;
    overflow-y: scroll;
    scrollbar-color: #f23535 #F5F5F5;
    scrollbar-width: thin;
}

.feature_section__inner__wrapper .link_list_main::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.feature_section__inner__wrapper .link_list_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.feature_section__inner__wrapper .link_list_main::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f23535;
}

.feature_section__inner__wrapper .link_list {
    margin: 0;
    padding: 0;
    max-width: 300px;
    list-style: none;
}

.feature_section__inner__wrapper .link_list__item {
    /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.feature_section__inner__wrapper .link_list__item__link {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    text-decoration: none;
    color: #f23535;
    position: relative;
    width: 100%;
    /* padding: 10px 15px 10px 15px; */
    padding: 5px 15px 5px 15px;
    font-weight: 300;
    transition: all 0.5s ease-in-out;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.feature_section__inner__wrapper .link_list__item__link .text {
    margin-left: 10px;
}

.feature_section__inner__wrapper .link_list__item__link:hover,
.feature_section__inner__wrapper .link_list__item__link.active {
    /* color: #286873; */
    color: #FFF;
    background-color: #ce2e2e;
}

.feature_section__inner__wrapper .link_list__item__link .white-icon,
.feature_section__inner__wrapper .link_list__item__link .white-icon {
    opacity: 0;
    width: 0;
    height: 0;
}

.feature_section__inner__wrapper .link_list__item__link:hover .white-icon,
.feature_section__inner__wrapper .link_list__item__link.active .white-icon {
    opacity: 1;
    width: 42px;
    height: auto;
}

.feature_section__inner__wrapper .link_list__item__link .red_icon,
.feature_section__inner__wrapper .link_list__item__link .red_icon {
    opacity: 1;
    width: 42px;
    height: auto;
}

.feature_section__inner__wrapper .link_list__item__link:hover .red_icon,
.feature_section__inner__wrapper .link_list__item__link.active .red_icon {
    opacity: 0;
    width: 0;
    height: 0;
}


.feature_section__inner__wrapper .link_list__item__link::after {
    margin: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    /* background-image: url('../../assets/images/link-arrow.svg'); */
    /* rotate: 1deg; */
    transition: all 0.5s ease-in-out;
}

.feature_section__inner__wrapper .link_list__item__link.active::after {
    /* background-image: url('../../assets/images/link-arrow-green.svg'); */
    width: 2px;
    height: 100%;
}

.feature_section__inner__wrapper .link_list__item__link:hover::after {
    /* background-image: url('../../assets/images/link-arrow-green.svg'); */
    width: 2px;
    height: 100%;
}

.feature_section__inner__wrapper .content_with_image {
    width: 70%;
}

.feature_section__inner__wrapper .content_with_image__inner {
    padding-left: 15px;
}

.feature_section__inner__wrapper .content_with_image__inner .title {
    text-align: center;
}

.feature_section__inner__wrapper .content_with_image__inner .tag_line {
    text-align: center;
}

.feature_section__inner__wrapper .content_with_image__inner .content {
    text-align: center;
    margin-bottom: 70px;
}
.feature_section__inner__wrapper .content_with_image__inner .content ul {
    list-style: disc;
    text-align: left;
}
.feature_section__inner__wrapper .content_with_image__inner .content ul li {
    text-align: left;
}

.feature_section__inner__wrapper .content_with_image__inner .img_sec__inner {
    text-align: center;
}
.page-template-template-slider-tabbing .feature_section__inner__wrapper .content_with_image__inner .img_sec__inner {
    position: relative;
}
.page-template-template-slider-tabbing .feature_section__inner__wrapper .content_with_image__inner .img_sec__inner:after {
    content: "";
    display: block;
    padding-bottom: 45.29%;
}
.page-template-template-slider-tabbing .slider_tabbing_sec__inner .content_slider_list_main {
    margin-bottom: 60px;
}
.page-template-template-slider-tabbing .feature_section__inner__wrapper .content_with_image__inner .img_sec__inner img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-position: center;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.feature_section__inner__wrapper .content_with_image__inner .img_sec__inner img {
    width: auto;
    height: auto;
    max-width: 566px;
    margin: 0 auto;
    max-height: 650px;
    object-position: center;
    object-fit: contain;
}

/* /feature section */

/* footer */
.site-footer {
    min-height: 118px;
    text-align: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .site-footer {
        min-height: 70px;
        padding: 10px;
    }
}

/* /footer */

@media (max-width: 1359px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 42px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 42px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    .feature_section__inner .header_sec .heading_text {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .feature_section__inner__wrapper .content_with_image__inner .content {
        margin-bottom: 50px;
    }

    .feature_section__inner {
        padding: 60px 0;
    }

    .feature_section__inner .header_sec {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-bottom: 20px;
    }

    .feature_section__inner {
        margin: 40px 0;
    }

    .feature_section__inner .header_sec {
        margin-bottom: 40px;
    }

    .feature_section__inner__wrapper .link_list_main {
        width: 18%;
        /* order: 2; */
    }

    .feature_section__inner__wrapper .link_list {
        /* max-width: 100%; */
        /* margin-top: 40px; */
    }

    .feature_section__inner__wrapper .content_with_image {
        width: 82%;
        /* padding-left: 0; */
        /* order: 1; */
    }

    .feature_section__inner__wrapper .link_list__item__link .text {
        display: none;
    }

    .feature_section__inner__wrapper .link_list__item__link {
        width: auto;
    }
}