/* third_section insights*/

.third_section__insights {
    margin-bottom: 40px;
}

.third_section__insights h2 {
    font-family: 'Satoshi';
    color: #16000A;
    font-size: 48px;
    margin-bottom: 86px;
    margin-left: -15px;
}

.btn_container {
    display: none !important;
}

.third_section__insights_main_box {
    display: flex;
}

.third_section__insights_main_box .image-href {
    width: 160px;
    overflow: hidden;
}

.third_section__insights_main_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 300ms ease;
}

.third_section__insights_main_box img:hover {
    transform: scale(1.1);
}

.third_section_insights_content {
    padding: 5px 0px 0px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.third_section_insights_content a {
    text-decoration: none;
}

.third_section_insights_content h4 {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #2B7272;
}

.third_section_insights_content h5 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #16000A;
    transition: all 300ms ease;
}

.third_section_insights_content h5:hover {
    opacity: 0.7;
}

.third_section_insights_content p {
    font-family: 'Alliance No.1';
    font-size: 14px;
    color: #2B7272;
}

.third_section_insights_content .read_mode {
    color: #2B7272;
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.third_section_insights_content .read_mode::before {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #2B7272;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.eight_section__main_img {
    border-radius: 5px;
}

.third_section_insights_content .read_mode:hover {
    color: #2B7272;
    text-decoration: none;
    padding-left: 15px;
}

.third_section_insights_content .read_mode:hover:before {
    opacity: 1;
}

.eight_section__responsive_img {
    display: none;
}


/* fourth section insights*/

.fourth_section__insights .container {
    padding: 0px;
}

.tabs_row.row {
    margin-bottom: 91px;
    padding-left: 5px;
}

.fourth_section__insights_filter {
    text-align: right;
}

.fourth_section__insights_filter select {
    outline: none;
    border: none;
    background-color: transparent;
}

.row {
    margin-right: 0px;
}

.fourth_section_insights_results p {
    font-family: 'Alliance No.1';
    font-size: 18px;
    color: #C4C4C4;
    margin-bottom: 25px;
}

.load_more_tabs {
    text-align: center;
}

.load_more_tabs a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 32px 9px 32px;
    border: 2px solid #2B7272;
    border-radius: 45px;
    color: #2B7272;
    transition: 300ms all ease;
}

.fourth_section__insights_input {
    padding-right: 10px;
}

.load_more_tabs a:hover {
    background-color: #2B7272;
    color: white;
    text-decoration: none;
}

.second_section__insights_left p {
    margin-bottom: 20px;
}

.second_section__insights_right_a a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 19px;
    color: white;
    position: relative;
    transition: all .4s ease;
    width: fit-content;
}

.second_section__insights_right_a a:after {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.second_section__insights_right_a a:hover {
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

.second_section__insights_right_a a:hover:after {
    opacity: 1;
}

.single_tab:hover {
    border-bottom: 10px solid #2B7272;
}

.tabs_row .col-md-4 {
    margin-bottom: 91px;
}

.fifth_section_about_us {
    background-image: url(../images/circles.png);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 190px;
}

.fifth_section_about_us .fifth_section_newsletter_form {
    padding-top: 46px;
}

.tabs_row.row {
    margin-bottom: 0px;
}

.load_more_tabs {
    margin-top: -40px;
}

.second_section__insights {
    padding-top: 95px;
}

.third_section__insights .col-md-4 {
    margin-bottom: 40px;
}

.third_section_insights_content h5 {
    max-width: 200px;
}

.second_section__insights {
    padding-top: 63px;
}

@media (max-width: 1440px) {
    .fourth_section__insights .container,
    .third_section__insights .container,
    .second_section__insights .container {
        max-width: 1140px;
        padding: 0px 15px;
    }

    .third_section__insights h2 {
        margin-left: 0px;
    }

    .third_section__insights .row {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .footer .container,
    .fourth_section__insights .container,
    .third_section__insights .container,
    .header .container,
    .second_section__insights .container {
        max-width: 960px;
        padding: 0px 15px;
    }

    .fourth_section__insights_input {
        padding-right: 0;
    }

    .third_section__insights h2 {
        margin-left: 0px;
    }

    .third_section__insights .row {
        margin-left: 0px;
    }

    .second_section__insights_left h1 {
        font-size: 71px;
        line-height: 89px;
    }

    .second_section__insights .col-md-4 {
        padding-right: 0px;
    }

    .tabs_row .col-md-4 {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tabs_row.row {
        margin-right: -15px;
        padding-left: 0px;
    }

    .second_section__insights_right_a {
        margin: 20px;
    }

    .second_section__insights_right_a a {
        padding: 7px 32px;
        border: 2px solid white;
        border-radius: 45px;
    }

    .second_section__insights_right_a a:after {
        display: none;
    }

    .second_section__insights_right h2 {
        font-family: 'Satoshi';
        font-size: 32px;
        line-height: 41px;
        margin: 28px 0px;
        padding: 0px;
    }

    .second_section__insights_right_a {
        margin-bottom: 40px;
    }

    .third_section__insights .col-md-4:first-of-type {
        padding-right: 5px;
    }

    .third_section__insights .col-md-4:nth-of-type(2) {
        padding: 0 5px;
    }

    .third_section__insights .col-md-4:last-of-type {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .second_section__insights_right h2 {
        margin-bottom: 25px;
        padding: 0px 15px;
    }

    .second_section__insights_left {

        max-width: 720px;
    }

    .fifth_section_about_us .container,
    .footer .container,
    .fourth_section__insights .container,
    .third_section__insights .container,
    .header .container,
    .second_section__insights .container {
        max-width: 720px;
        padding: 0px 15px;
    }

    .second_section__insights_left {
        bottom: -35px;
        padding: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 97.5%;
        margin-left: 7px;
    }

    .second_section__insights .col-md-8 {
        max-width: 100%;
    }

    .row.tabs_row.responsive_tab_row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 15px;
    }

    .third_section__insights .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .third_section__insights .col-md-4:first-of-type,
    .third_section__insights .col-md-4:nth-of-type(2),
    .third_section__insights .col-md-4:last-of-type {
        padding: 0 15px;
    }

    .third_section_insights_content {
        justify-content: space-evenly;
    }

    .third_section_insights_content h5 {
        max-width: unset;
        font-size: 20px;
    }

    .third_section__insights .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .third_section__insights_main_box .eight_section__main_img {
        display: inline-block;
    }

    .eight_section__responsive_img_url {
        display: none
    }
}

@media (max-width: 767px) {
    .fifth_section_about_us .container,
    .footer .container,
    .fourth_section__insights .container,
    .third_section__insights .container,
    .header .container,
    .second_section__insights .container {
        max-width: 540px;
        padding: 0px 15px;
    }

    .row.tabs_row.responsive_tab_row .col-md-4,
    .third_section__insights .col-md-4 {

        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 15px;
    }

    .row.tabs_row {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0px;
    }

    .third_section__insights .row {
        flex-direction: row;
    }

    .single_tab_content p {
        font-size: 19.746px;
        line-height: 24px;

    }

    .second_section__insights_left h1 {
        font-size: 61px;
        line-height: 67px;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2,
    .third_section__insights h2,
    .second_section__insights_right h2 {
        font-family: 'Satoshi';
        font-size: 40px;
        line-height: 1.2;
        margin: 28px 0px;
    }

    .second_section__insights {
        padding-top: 55px;
    }

    .fifth_section_about_us {
        background-image: none;

    }

    .fifth_section_about_us .container {
        max-width: 100%;
    }

    .fifth_section_about_us .col-md-8 {
        width: 540px;
        margin: 0px auto;
        padding-right: 8px;
        padding-left: 22px;
        padding-top: 12px;
    }

    .fifth_section_about_us {

        padding-bottom: 90px;
    }

    .eight_section__responsive_img {
        display: block;
    }

    .third_section__insights .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .third_section__insights_main_box {
        flex-flow: row wrap;
        padding: 0;
    }

    .fourth_section__insights_input {
        padding: 0;
    }

    .third_section__insights_main_box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all 300ms ease;
    }

    .third_section_insights_content {
        flex: 0 0 66.66%;
        margin-left: 0;
        padding: 0 0 0 10px;
    }

    .third_section__insights_main_box .image-href {
        width: unset;
        overflow: hidden;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .eight_section__main_img {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .row.tabs_row.responsive_tab_row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .fifth_section_about_us_img {
        background-image: url(../images/nbtn.png);
        width: 100%;
        height: 398px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .fifth_section_about_us .col-md-8 {
        width: 540px;
        margin: 0px auto;
        padding-right: 0px;
        padding-left: 15px;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2,
    .third_section__insights h2,
    .second_section__insights_right h2 {
        font-family: 'Satoshi';
        font-size: 32px;
        line-height: 1.2;
        margin: 28px 0px;
    }

    .fifth_section_about_us .container,
    .footer .container,
    .fourth_section__insights .container,
    .third_section__insights .container,
    .header .container,
    .second_section__insights .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    .second_section__insights_left {
        bottom: -100px;
        padding: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 96.5%;
        margin-left: 7px;
    }

    .second_section__insights_left p {

        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 425px) {
    .third_section__insights_main_box .image-href {
        display: none;
    }

    .eight_section__responsive_img_url {
        display: inline-block;
        margin-bottom: 15px;
    }

    .eight_section__responsive_img_url img {
        border-radius: 5px;
    }

    .third_section_insights_content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .third_section_insights_content h5 {
        margin-bottom: 20px;
    }
}